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

gregoa pushed a commit to branch master
in repository libmodule-install-perl.

commit e0781b8d3a60852e56579f7189143c98d59aa950
Author: gregor herrmann <gre...@debian.org>
Date:   Sun Oct 30 16:48:19 2016 +0100

    Add a patch to fix spelling mistakes in the POD.
---
 debian/patches/series         |  1 +
 debian/patches/spelling.patch | 29 +++++++++++++++++++++++++++++
 2 files changed, 30 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..4adf25f
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,29 @@
+Description: spelling fixes
+Origin: vendor
+Author: gregor herrmann <gre...@debian.org>
+Last-Update: 2016-10-30
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=118563
+Bug: https://rt.cpan.org/Ticket/Display.html?id=118563
+
+--- a/lib/Module/Install.pod
++++ b/lib/Module/Install.pod
+@@ -341,7 +341,7 @@
+ configure_requires: key in the distribution's F<META.yml> file.
+ 
+ Although most of F<META.yml> is considered advisory only, a L<CPAN>
+-client will treat the contents of configure_requires: as authoritive,
++client will treat the contents of configure_requires: as authoritative,
+ and install the listed modules B<before> it executes the F<Makefile.PL>
+ (from which it then determines the other dependencies).
+ 
+--- a/lib/Module/Install/API.pod
++++ b/lib/Module/Install/API.pod
+@@ -54,7 +54,7 @@
+   name 'Foo-Bar';
+   name_from 'lib/Foo/Bar.pm';
+ 
+-B<name> commmand takes a distribution name. It usually differs
++B<name> command takes a distribution name. It usually differs
+ slightly from a module name (a module name is separated by double
+ colons; a distribution name is separated by hyphens). Just replacing
+ all the double colons of your main module with hyphens would be

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmodule-install-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