This is an automated email from the git hooks/post-receive script. dmn pushed a commit to branch master in repository libmodule-manifest-perl.
commit 8cbb5f5054cc450cf08c4b1f2253d0a62a47520f Author: Damyan Ivanov <[email protected]> Date: Thu Dec 21 20:12:26 2017 +0000 add pod-spelling.patch correcting a small typo in documentation --- debian/patches/pod-spelling.patch | 17 +++++++++++++++++ debian/patches/series | 1 + 2 files changed, 18 insertions(+) diff --git a/debian/patches/pod-spelling.patch b/debian/patches/pod-spelling.patch new file mode 100644 index 0000000..186faf8 --- /dev/null +++ b/debian/patches/pod-spelling.patch @@ -0,0 +1,17 @@ +Description: small spelling mistake in POD + existance → existence +Forwarded: https://rt.cpan.org/Ticket/Display.html?id=123927 +Bug: https://rt.cpan.org/Ticket/Display.html?id=123927 +Author: Damyan Ivanov <[email protected]> + +--- a/lib/Module/Manifest.pm ++++ b/lib/Module/Manifest.pm +@@ -42,7 +42,7 @@ the scenes, and you can concentrate the + This module is quite similar to L<ExtUtils::Manifest>, or is at least + similar in scope. However, there is a general difference in approach. + +-L<ExtUtils::Manifest> is imperative, requires the existance of the actual ++L<ExtUtils::Manifest> is imperative, requires the existence of the actual + F<MANIFEST> file on disk, and requires that your current directory remains + the same. + diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..ad85da2 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +pod-spelling.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmodule-manifest-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
