Skip Menu |

This queue is for tickets about the Petal CPAN distribution.

Report information
The Basics
Id: 11573
Status: resolved
Priority: 0/
Queue: Petal

People
Owner: Nobody in particular
Requestors: william [...] knowmad.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: (no value)



Subject: POD errors
Bruno, I've attached a patch for the POD which contains some inaccuracies. This patch is against the latest version in the CVS. William
Index: lib/Petal.pm =================================================================== RCS file: /var/spool/cvs/Petal/lib/Petal.pm,v retrieving revision 1.125 diff -u -u -r1.125 Petal.pm --- lib/Petal.pm 21 Jan 2005 12:31:44 -0000 1.125 +++ lib/Petal.pm 18 Feb 2005 17:46:16 -0000 @@ -909,9 +909,9 @@ Defines the format of the template files. Recognised values are: - 'HTML' - Petal will use HTML::TreeBuilder to parse the template - 'XHTML' - Alias for 'HTML' - 'XML' - Petal will use XML::Parser to parse the template + 'HTML' - Alias for 'XHTML' + 'XHTML' - Petal will use Petal::Parser to parse the template + 'XML' - Petal will use Petal::Parser to parse the template =head2 output => 'HTML' | 'XHTML' | 'XML' (default: 'XML')