This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository libmime-lite-tt-html-perl.
commit c43f6ea0a05c3ea99d4f2f1d7348da02845c4a1a Author: gregor herrmann <[email protected]> Date: Tue Nov 24 22:10:42 2015 +0100 Add a patch to fix POD syntax errors. --- debian/patches/pod-syntax.patch | 31 +++++++++++++++++++++++++++++++ debian/patches/series | 1 + 2 files changed, 32 insertions(+) diff --git a/debian/patches/pod-syntax.patch b/debian/patches/pod-syntax.patch new file mode 100644 index 0000000..64fb401 --- /dev/null +++ b/debian/patches/pod-syntax.patch @@ -0,0 +1,31 @@ +Description: fix POD ERRORS + Around line 50: + You forgot a '=back' before '=head1' + Around line 176: + =back without =over +Origin: vendor +Author: gregor herrmann <[email protected]> +Last-Update: 2015-11-24 +Forwarded: https://rt.cpan.org/Ticket/Display.html?id=109611 +Bug: https://rt.cpan.org/Ticket/Display.html?id=109611 + +--- a/lib/MIME/Lite/TT/HTML.pm ++++ b/lib/MIME/Lite/TT/HTML.pm +@@ -47,6 +47,8 @@ + + return L<MIME::Lite> object with html mail format. + ++=back ++ + =head1 ADITIONAL OPTIONS + + =head2 Template +@@ -173,8 +175,6 @@ + pack 'C0A*', shift; + } + +-=back +- + =head1 AUTHOR + + Sheng Chun E<lt>[email protected]<gt> 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/libmime-lite-tt-html-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
