[libfindbin-libs-perl] 05/06: Add patch to fix POD syntax problem.

gregor herrmann gregoa at debian.org
Sun Sep 7 16:00:54 UTC 2014


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

gregoa pushed a commit to branch master
in repository libfindbin-libs-perl.

commit cb758b16cbef8ddcd1777098d09ee8edbb0d4461
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Sep 7 17:53:10 2014 +0200

    Add patch to fix POD syntax problem.
---
 debian/patches/pod-syntax.patch | 29 +++++++++++++++++++++++++++++
 debian/patches/series           |  1 +
 2 files changed, 30 insertions(+)

diff --git a/debian/patches/pod-syntax.patch b/debian/patches/pod-syntax.patch
new file mode 100644
index 0000000..b48d71a
--- /dev/null
+++ b/debian/patches/pod-syntax.patch
@@ -0,0 +1,29 @@
+Description: fix POD syntax error
+Origin: vendor
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2014-09-07
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=98684
+Bug: https://rt.cpan.org/Ticket/Display.html?id=98684
+
+--- a/lib/FindBin/libs.pm
++++ b/lib/FindBin/libs.pm
+@@ -643,8 +643,6 @@
+ 
+ =head3 Subdirectories
+ 
+-=over 4
+-
+ The "subdir" and "subonly" settings will add or 
+ exclusively use subdir's. This is useful if some
+ of your lib's are in ../lib/perl5 along with 
+--- a/libs_curr_pm
++++ b/libs_curr_pm
+@@ -643,8 +643,6 @@
+ 
+ =head3 Subdirectories
+ 
+-=over 4
+-
+ The "subdir" and "subonly" settings will add or 
+ exclusively use subdir's. This is useful if some
+ of your lib's are in ../lib/perl5 along with 
diff --git a/debian/patches/series b/debian/patches/series
index 1817668..7a78393 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 spelling-error.patch
+pod-syntax.patch

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



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