[libnet-sftp-foreign-perl] 07/08: Add patch to fix POD errors.

gregor herrmann gregoa at debian.org
Wed Dec 11 21:28:48 UTC 2013


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

gregoa pushed a commit to branch master
in repository libnet-sftp-foreign-perl.

commit 74ae302dab8bbda3e892f3348ec10dfc159343ff
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Dec 11 22:27:43 2013 +0100

    Add patch to fix POD errors.
---
 debian/patches/pod.patch | 33 +++++++++++++++++++++++++++++++++
 debian/patches/series    |  1 +
 2 files changed, 34 insertions(+)

diff --git a/debian/patches/pod.patch b/debian/patches/pod.patch
new file mode 100644
index 0000000..eba188f
--- /dev/null
+++ b/debian/patches/pod.patch
@@ -0,0 +1,33 @@
+Description: fix POD ERRORS:
+ "Expected text after =item, not a number"
+ Newer Pod::* tools are more picky ...
+Origin: vendor
+Bug: https://rt.cpan.org/Ticket/Display.html?id=91330
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=91330
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2013-12-11
+
+--- a/lib/Net/SFTP/Foreign.pm
++++ b/lib/Net/SFTP/Foreign.pm
+@@ -3720,18 +3720,18 @@
+ 
+ =over 4
+ 
+-=item 0
++=item Z<>0
+ 
+ Never try to disconnect this object when exiting from any process.
+ 
+ On most operating systems, the SSH process will exit when the last
+ process connected to it ends, but this is not guaranteed.
+ 
+-=item 1
++=item Z<>1
+ 
+ Disconnect on exit from any process. This is the default.
+ 
+-=item 2
++=item Z<>2
+ 
+ Disconnect on exit from the current process only.
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..c9352c4
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+pod.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libnet-sftp-foreign-perl.git



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