This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository libemail-outlook-message-perl.
commit 559bbf35aa18bbbdcd16aae4b79d378351973324 Author: gregor herrmann <[email protected]> Date: Sun Oct 12 18:04:25 2014 +0200 Add a patch to fix a POD syntax error. --- debian/patches/pod-syntax.patch | 20 ++++++++++++++++++++ debian/patches/series | 1 + 2 files changed, 21 insertions(+) diff --git a/debian/patches/pod-syntax.patch b/debian/patches/pod-syntax.patch new file mode 100644 index 0000000..ec34287 --- /dev/null +++ b/debian/patches/pod-syntax.patch @@ -0,0 +1,20 @@ +Description: add missing =back to fix "POD ERRORS" + Around line 87: + You forgot a '=back' before '=head1' +Origin: vendor +Author: gregor herrmann <[email protected]> +Last-Update: 2014-10-12 +Forwarded: https://rt.cpan.org/Ticket/Display.html?id=99449 +Bug: https://rt.cpan.org/Ticket/Display.html?id=99449 + +--- a/script/msgconvert ++++ b/script/msgconvert +@@ -84,6 +84,8 @@ + + Print a brief help message. + ++=back ++ + =head1 DESCRIPTION + + This program will convert the messages contained in the Microsoft Outlook diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..c30ca3c --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +pod-syntax.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libemail-outlook-message-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
