Skip Menu |

This queue is for tickets about the Data-Stag CPAN distribution.

Report information
The Basics
Id: 88750
Status: new
Priority: 0/
Queue: Data-Stag

People
Owner: Nobody in particular
Requestors: fschlich [...] zedat.fu-berlin.de
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 0.13
Fixed in: (no value)



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)