This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libtext-glob-perl.

commit b30d526e47ae40f8e027701c68b0815dd067ad8e
Author: gregor herrmann <gre...@debian.org>
Date:   Sun Jun 7 23:17:49 2015 +0200

    Add a patch to fix a spelling mistake in the POD.
---
 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..a8b65ba
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,18 @@
+Description: fix a spelling mistake
+Origin: vendor
+Author: gregor herrmann <gre...@debian.org>
+Last-Update: 2015-06-07
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=105055
+Bug: https://rt.cpan.org/Ticket/Display.html?id=105055
+
+--- a/lib/Text/Glob.pm
++++ b/lib/Text/Glob.pm
+@@ -156,7 +156,7 @@
+ C<example.{foo,bar,baz}> matches C<example.foo>, C<example.bar>, and
+ C<example.baz>
+ 
+-=item leading . must be explictly matched
++=item leading . must be explicitly matched
+ 
+ C<*.foo> does not match C<.bar.foo>.  For this you must either specify
+ the leading . in the glob pattern (C<.*.foo>), or set

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libtext-glob-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to