[SCM] Debian packaging of HTML-TokeParser-Simple CPAN distribution branch, master, updated. debian/3.15-2-2-gad30761

gregor herrmann gregoa at debian.org
Sun May 26 18:06:51 UTC 2013


The following commit has been merged in the master branch:
commit 2947d10045622fa7e18774bcb6825880867b9a4b
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun May 26 20:04:10 2013 +0200

    Add patch to fix POD errors.
    
    Closes: #709829

diff --git a/debian/patches/pod.patch b/debian/patches/pod.patch
new file mode 100644
index 0000000..453f987
--- /dev/null
+++ b/debian/patches/pod.patch
@@ -0,0 +1,28 @@
+Description: fix POD errors
+ add missing =back
+Origin: vendor
+Bug: https://rt.cpan.org/Ticket/Display.html?id=85256
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=85256
+Bug-Debian: http://bugs.debian.org/709829
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2013-05-26
+
+--- a/lib/HTML/TokeParser/Simple/Token/Tag/End.pm
++++ b/lib/HTML/TokeParser/Simple/Token/Tag/End.pm
+@@ -132,4 +132,6 @@
+ 
+ =item * rewrite_tag
+ 
++=back
++
+ =cut
+--- a/lib/HTML/TokeParser/Simple/Token/Tag/Start.pm
++++ b/lib/HTML/TokeParser/Simple/Token/Tag/Start.pm
+@@ -225,5 +225,7 @@
+ 
+ =item * set_attr
+ 
++=back
++
+ =cut
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 5299247..2cd8e6f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 spelling.patch
+pod.patch

-- 
Debian packaging of HTML-TokeParser-Simple CPAN distribution



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