This is an automated email from the git hooks/post-receive script. fsfs pushed a commit to branch master in repository libnet-ntp-perl.
commit f57689f551e4b04bbe29597e87e659acf9aea363 Author: Florian Schlichting <[email protected]> Date: Sun Sep 6 23:37:14 2015 +0200 Add a patch fixing a minor POD error --- debian/patches/pod-error.patch | 15 +++++++++++++++ debian/patches/series | 1 + 2 files changed, 16 insertions(+) diff --git a/debian/patches/pod-error.patch b/debian/patches/pod-error.patch new file mode 100644 index 0000000..1784bec --- /dev/null +++ b/debian/patches/pod-error.patch @@ -0,0 +1,15 @@ +Description: fix a POD error by adding an =encoding line +Author: Florian Schlichting <[email protected]> +Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=106919 + +--- a/lib/Net/NTP.pm ++++ b/lib/Net/NTP.pm +@@ -223,6 +223,8 @@ + 1; + __END__ + ++=encoding UTF-8 ++ + =head1 NAME + + Net::NTP - Perl extension for decoding NTP server responses diff --git a/debian/patches/series b/debian/patches/series index 5299247..2fa2354 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ spelling.patch +pod-error.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libnet-ntp-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
