[libdata-stag-perl] 10/13: new more_pod_errors.patch

Florian Schlichting fsfs at alioth.debian.org
Tue Sep 17 19:49:07 UTC 2013


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

fsfs pushed a commit to branch master
in repository libdata-stag-perl.

commit c475c5245b14bab69911c1a8a4c163748c91d714
Author: Florian Schlichting <fsfs at debian.org>
Date:   Tue Sep 17 21:30:45 2013 +0200

    new more_pod_errors.patch
---
 debian/patches/more_pod_errors.patch |   36 ++++++++++++++++++++++++++++++++++
 debian/patches/series                |    1 +
 2 files changed, 37 insertions(+)

diff --git a/debian/patches/more_pod_errors.patch b/debian/patches/more_pod_errors.patch
new file mode 100644
index 0000000..519d5a2
--- /dev/null
+++ b/debian/patches/more_pod_errors.patch
@@ -0,0 +1,36 @@
+Description: fix even more pod errors
+Author: Florian Schlichting <fsfs at debian.org>
+Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=88750
+--- a/scripts/stag-autoschema.pl
++++ b/scripts/stag-autoschema.pl
+@@ -134,7 +134,7 @@
+ 
+ 0 or one
+ 
+-=item *
++=item *Z<>
+ 
+ 0 or more
+ 
+--- a/scripts/stag-parse.pl
++++ b/scripts/stag-parse.pl
+@@ -149,8 +149,6 @@
+ 
+ all parse error events go to this module
+ 
+-=item 
+-
+ =item -r|root NODE_NAME
+ 
+ if this is specified, NODE_NAME becomes the root of the stag tree, and
+--- a/Data/Stag.pm
++++ b/Data/Stag.pm
+@@ -958,7 +958,7 @@
+   $h = Data::Stag->makehandler(
+                                person => sub { my ($self,$stag) = @_;
+                                                print $stag->name;
+-                                               return $stag; # dont change tree
++                                               return $stag; # don't change tree
+                                              });
+   $stag = Data::Stag->parse(-str=>"(...)", -handler=>$h)
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 63578bc..71b9268 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 missing-manpages.patch
 fix_manpage_names.patch
 fix_pod_errors.patch
+more_pod_errors.patch

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



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