[libfile-path-tiny-perl] 02/06: Include patch to fix POD errors

Nuno Carvalho smash at cpan.org
Thu Sep 26 15:21:13 UTC 2013


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

mestre-guest pushed a commit to branch master
in repository libfile-path-tiny-perl.

commit ae8fb4ffa141c88f8afa51c38387fad940f25df2
Author: Nuno Carvalho <smash at cpan.org>
Date:   Thu Sep 26 03:43:06 2013 +0100

    Include patch to fix POD errors
---
 debian/changelog                      |    8 ++++++--
 debian/patches/add-pod-encoding.patch |   11 +++++++++++
 debian/patches/series                 |    1 +
 3 files changed, 18 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 059abcd..b9ddc3f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,13 @@
-libfile-path-tiny-perl (0.5-2) UNRELEASED; urgency=low
+libfile-path-tiny-perl (0.6-1) UNRELEASED; urgency=low
 
+  [ Salvatore Bonaccorso ]
   * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
   * Change search.cpan.org based URIs to metacpan.org based URIs
 
- -- Salvatore Bonaccorso <carnil at debian.org>  Sun, 06 Jan 2013 22:01:04 +0100
+  [ Nuno Carvalho ]
+  * Create patch to add encoding to POD file (forwarded upstream)
+
+ -- Nuno Carvalho <smash at cpan.org>  Thu, 26 Sep 2013 02:57:23 +0100
 
 libfile-path-tiny-perl (0.5-1) unstable; urgency=low
 
diff --git a/debian/patches/add-pod-encoding.patch b/debian/patches/add-pod-encoding.patch
new file mode 100644
index 0000000..8a29d47
--- /dev/null
+++ b/debian/patches/add-pod-encoding.patch
@@ -0,0 +1,11 @@
+Description: fix POD errors "Non-ASCII character seen before =encoding"
+Author: Nuno Carvalho <smash at cpan.org>
+Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=88986
+--- a/lib/File/Path/Tiny.pod
++++ b/lib/File/Path/Tiny.pod
+@@ -1,3 +1,5 @@
++=encoding utf-8
++
+ =head1 NAME
+ 
+ File::Path::Tiny - recursive versions of mkdir() and rmdir() without as much overhead as File::Path
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..f963b13
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+add-pod-encoding.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libfile-path-tiny-perl.git



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