Skip Menu |

This queue is for tickets about the XML-SAX-Machines CPAN distribution.

Report information
The Basics
Id: 47957
Status: new
Priority: 0/
Queue: XML-SAX-Machines

People
Owner: Nobody in particular
Requestors: frequency [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 0.42
Fixed in: (no value)



Subject: POD Warnings
Hi there: While upgrading this package in Debian, we came across some issues with the POD (namely, warnings from pod2man). There isn't any intervention required on your part, but you might want to fix this for the next release. Here is the patch we use to fix it: +--- a/lib/XML/Filter/Distributor.pm ++++ b/lib/XML/Filter/Distributor.pm +@@ -250,6 +250,7 @@ + } + TPL_END + ++=back + + =head1 LIMITATIONS + +--- a/lib/XML/Filter/DocSplitter.pm ++++ b/lib/XML/Filter/DocSplitter.pm +@@ -280,6 +280,7 @@ + } + TPL_END + ++=back + + =head1 LIMITATIONS + +--- a/lib/XML/Filter/Merger.pm ++++ b/lib/XML/Filter/Merger.pm +@@ -416,6 +416,8 @@ + } + TEMPLATE_END + ++=back ++ + =head1 Additional Methods + + These are provided to make it easy for subclasses to find out roughly