[libparse-yapp-perl] 13/15: Add patch to fix POD error (missing encoding directive).

gregor herrmann gregoa at debian.org
Mon Jun 19 18:27:24 UTC 2017


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libparse-yapp-perl.

commit d4940f808edac962e32ab0b3d8b3389699ccb1ae
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Jun 19 20:19:19 2017 +0200

    Add patch to fix POD error (missing encoding directive).
---
 debian/patches/pod-encoding.patch | 30 ++++++++++++++++++++++++++++++
 debian/patches/series             |  1 +
 2 files changed, 31 insertions(+)

diff --git a/debian/patches/pod-encoding.patch b/debian/patches/pod-encoding.patch
new file mode 100644
index 0000000..72f73c9
--- /dev/null
+++ b/debian/patches/pod-encoding.patch
@@ -0,0 +1,30 @@
+Description: add =encoding to fix POD error
+ Non-ASCII character seen before =encoding in '©'. Assuming UTF-8
+Origin: vendor
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2017-06-19
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=122132
+Bug: https://rt.cpan.org/Ticket/Display.html?id=122132
+
+--- a/lib/Parse/Yapp.pm
++++ b/lib/Parse/Yapp.pm
+@@ -24,6 +24,8 @@
+ 
+ __END__
+ 
++=encoding UTF-8
++
+ =head1 NAME
+ 
+ Parse::Yapp - Perl extension for generating and using LALR parsers. 
+--- a/yapp
++++ b/yapp
+@@ -9,6 +9,8 @@
+ #
+ #
+ 
++=encoding UTF-8
++
+ =head1 NAME
+ 
+ yapp - A perl frontend to the Parse::Yapp module
diff --git a/debian/patches/series b/debian/patches/series
index 1b1f7c5..56431ed 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 man-section.patch
+pod-encoding.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libparse-yapp-perl.git



More information about the Pkg-perl-cvs-commits mailing list