Subject: | more pod errors |
Hi,
while packaging version 0.13 of Data-Stag for Debian, our automated QA tools called my attention to a few pod errors and a typo, and I'd like to share the patch for inclusion at your convenience.
Florian
Subject: | more_pod_errors.patch |
Description: fix even more pod errors
Author: Florian Schlichting <fsfs@debian.org>
--- 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)