[libhtml-formattext-withlinks-perl] 01/02: Add patch to correct error in POD documentation

Daniel Lintott dlintott-guest at moszumanska.debian.org
Mon Mar 10 13:54:10 UTC 2014


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

dlintott-guest pushed a commit to branch master
in repository libhtml-formattext-withlinks-perl.

commit 2e4a4648ec25886e704b011245c770b2d8427bf7
Author: Daniel Lintott <daniel at serverb.co.uk>
Date:   Mon Mar 10 13:51:02 2014 +0000

    Add patch to correct error in POD documentation
    
    Thanks: Jörg Sommer for the report and fix
    Closes: #661648
---
 debian/patches/correct-pod-error.patch | 19 +++++++++++++++++++
 debian/patches/series                  |  1 +
 2 files changed, 20 insertions(+)

diff --git a/debian/patches/correct-pod-error.patch b/debian/patches/correct-pod-error.patch
new file mode 100644
index 0000000..3dfba30
--- /dev/null
+++ b/debian/patches/correct-pod-error.patch
@@ -0,0 +1,19 @@
+Description: Mistake in man-description of parse()
+ The negation for undef is wrong: »Will also return undef if you pass
+ it undef.« The don't must be removed.
+Author: Jörg Sommer <joerg at alea.gnuu.de>
+Bug: https://rt.cpan.org/Ticket/Display.html?id=93706
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=661648
+Forwarded: yes
+Last-Update: 2014-03-10
+--- a/lib/HTML/FormatText/WithLinks.pm
++++ b/lib/HTML/FormatText/WithLinks.pm
+@@ -421,7 +421,7 @@
+ 
+ Takes some HTML and returns it as text. Returns undef on error.
+ 
+-Will also return undef if you don't pass it undef. Returns an empty 
++Will also return undef if you pass it undef. Returns an empty
+ string if passed an empty string.
+ 
+ =head2 parse_file
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..3ab3f70
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+correct-pod-error.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libhtml-formattext-withlinks-perl.git



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