[libtest-simple-perl] 03/04: Patch POD encoding declaration of lib/ok.pm
Damyan Ivanov
dmn at moszumanska.debian.org
Sat Jun 13 19:17:17 UTC 2015
This is an automated email from the git hooks/post-receive script.
dmn pushed a commit to branch master
in repository libtest-simple-perl.
commit d5549f5556d1e6f8901235933d9273bd3d8bf34d
Author: Damyan Ivanov <dmn at debian.org>
Date: Sat Jun 13 19:13:45 2015 +0000
Patch POD encoding declaration of lib/ok.pm
---
debian/patches/pod-encoding.patch | 24 ++++++++++++++++++++++++
debian/patches/series | 1 +
2 files changed, 25 insertions(+)
diff --git a/debian/patches/pod-encoding.patch b/debian/patches/pod-encoding.patch
new file mode 100644
index 0000000..8076218
--- /dev/null
+++ b/debian/patches/pod-encoding.patch
@@ -0,0 +1,24 @@
+Description: POD encoding for ok.pm
+ Without this, 'perldoc ok' emits the following:
+ .
+ POD ERRORS
+ Hey! The above document had some coding errors, which are explained
+ below:
+ .
+ Around line 40:
+ Non-ASCII character seen before =encoding in '唐鳳'. Assuming UTF-8
+Author: Damyan Ivanov <dmn at debian.org>
+Forwarded: https://github.com/Test-More/test-more/issues/593
+Bug: https://github.com/Test-More/test-more/issues/593
+
+--- a/lib/ok.pm
++++ b/lib/ok.pm
+@@ -20,6 +20,8 @@ sub import {
+
+ __END__
+
++=encoding UTF-8
++
+ =head1 NAME
+
+ ok - Alternative to Test::More::use_ok
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..5766d01
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+pod-encoding.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtest-simple-perl.git
More information about the Pkg-perl-cvs-commits
mailing list