[libsyntax-keyword-junction-perl] 06/06: add spelling patch
gregor herrmann
gregoa at debian.org
Fri Oct 18 16:58:19 UTC 2013
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libsyntax-keyword-junction-perl.
commit ab9712338a17173c2ac8e08d25328a7210fdeea2
Author: gregor herrmann <gregoa at debian.org>
Date: Fri Oct 18 18:57:24 2013 +0200
add spelling patch
Git-Dch: Ignore
---
debian/patches/series | 1 +
debian/patches/spelling.patch | 18 ++++++++++++++++++
2 files changed, 19 insertions(+)
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..5299247
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 0000000..c4eace5
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,18 @@
+Description: fix a spelling mistake
+Origin: vendor
+Bug: https://rt.cpan.org/Ticket/Display.html?id=89610
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=89610
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2013-10-18
+
+--- a/lib/Syntax/Keyword/Junction.pm
++++ b/lib/Syntax/Keyword/Junction.pm
+@@ -172,7 +172,7 @@
+
+ When comparing against a regular expression, you must remember to use a
+ regular expression object: C<qr/\d/> B<Not> C</d/>. You must also use either
+-C<==> or C<!=>. This is because C<=~> and C<!~> cannot be overriden.
++C<==> or C<!=>. This is because C<=~> and C<!~> cannot be overridden.
+
+ =head1 TO DO
+
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libsyntax-keyword-junction-perl.git
More information about the Pkg-perl-cvs-commits
mailing list