patch.fix-package-description.patch 961 B

12345678910111213141516171819
  1. Description: Fix wording in the package description
  2. Author: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
  3. Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=127567
  4. Last-Update: 2018-11-03
  5. --- a/lib/Regexp/Wildcards.pm
  6. +++ b/lib/Regexp/Wildcards.pm
  7. @@ -53,9 +53,9 @@
  8. Wildcards make one of those sets of simplified rules.
  9. This module converts wildcard expressions to Perl regular expressions, so that you can use them for matching.
  10. -It handles the C<*> and C<?> jokers, as well as Unix bracketed alternatives C<{,}>, but also C<%> and C<_> SQL wildcards.
  11. +It handles the C<*> and C<?> wildcards, as well as Unix bracketed alternatives C<{,}>, but also C<%> and C<_> SQL wildcards.
  12. If required, it can also keep original C<(...)> groups or C<^> and C<$> anchors.
  13. -Backspace (C<\>) is used as an escape character.
  14. +Backslash (C<\>) is used as an escape character.
  15. Typesets that mimic the behaviour of Windows and Unix shells are also provided.