This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository libdatetime-format-natural-perl.
commit f8eda7e4dff86fe776c8e54b0d35ce89bc95e3e8 Author: gregor herrmann <[email protected]> Date: Fri Jun 5 18:38:49 2015 +0200 Add patch to fix encoding issue in POD. --- debian/patches/pod-encoding.patch | 18 ++++++++++++++++++ debian/patches/series | 1 + 2 files changed, 19 insertions(+) diff --git a/debian/patches/pod-encoding.patch b/debian/patches/pod-encoding.patch new file mode 100644 index 0000000..f474bde --- /dev/null +++ b/debian/patches/pod-encoding.patch @@ -0,0 +1,18 @@ +Description: add encoding directive to POD +Origin: vendor +Author: gregor herrmann <[email protected]> +Last-Update: 2015-06-05 +Forwarded: https://rt.cpan.org/Ticket/Display.html?id=105000 +Bug: https://rt.cpan.org/Ticket/Display.html?id=105000 + +--- a/lib/DateTime/Format/Natural.pm ++++ b/lib/DateTime/Format/Natural.pm +@@ -614,6 +614,8 @@ + 1; + __END__ + ++=encoding ISO8859-1 ++ + =head1 NAME + + DateTime::Format::Natural - Create machine readable date/time with natural parsing logic diff --git a/debian/patches/series b/debian/patches/series index a931038..be4e708 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ do-not-install-dateparse.patch +pod-encoding.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdatetime-format-natural-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
