[libmoosex-types-stringlike-perl] 02/03: add patch adding '=encoding UTF-8' so that pod2man doesn't complain

Damyan Ivanov dmn at alioth.debian.org
Tue Oct 29 22:02:01 UTC 2013


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

dmn pushed a commit to branch master
in repository libmoosex-types-stringlike-perl.

commit 2e4e2d975006e15d5db6fe2f2b43f950c4086f00
Author: Damyan Ivanov <dmn at debian.org>
Date:   Tue Oct 29 21:58:29 2013 +0000

    add patch adding '=encoding UTF-8' so that pod2man doesn't complain
---
 debian/patches/pod-encoding.patch |   15 +++++++++++++++
 debian/patches/series             |    1 +
 2 files changed, 16 insertions(+)

diff --git a/debian/patches/pod-encoding.patch b/debian/patches/pod-encoding.patch
new file mode 100644
index 0000000..c9ba4e9
--- /dev/null
+++ b/debian/patches/pod-encoding.patch
@@ -0,0 +1,15 @@
+Description: missing '=encoding UTF-8' results in pod2man warnings
+Author: Damyan Ivanov <dmn at debian.org>
+Bug: https://rt.cpan.org/Ticket/Display.html?id=89854
+
+--- a/lib/MooseX/Types/Stringlike.pm
++++ b/lib/MooseX/Types/Stringlike.pm
+@@ -30,6 +30,8 @@ coerce Stringlike,
+ __END__
+ =pod
+ 
++=encoding UTF-8
++
+ =head1 NAME
+ 
+ MooseX::Types::Stringlike - Moose type constraints for strings or string-like objects
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/libmoosex-types-stringlike-perl.git



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