dsteinbrunner@pobox.com via RT wrote:
Show quoted text> Tue Jun 23 00:23:17 2009: Request 47257 was acted upon.
> Transaction: Ticket created by dsteinbrunner@pobox.com
> Queue: XML-Twig
> Subject: Minor doc correction
> Broken in: 3.32
> Severity: Normal
> Owner: Nobody
> Requestors: dsteinbrunner@pobox.com
> Status: new
> Ticket <URL:
https://rt.cpan.org/Ticket/Display.html?id=47257 >
>
>
> This code example found in the POD:
> my $elt= XML::Twig::Elt->new( 'p' => { #CDATA => 1}, 'foo < bar');
>
> should read:
> my $elt= XML::Twig::Elt->new( 'p' => { '#CDATA' => 1}, 'foo < bar');
>
> Notice the single quotes around #CDATA which is the difference and makes the line have syntax
> that is compilable.
Thanks, fixed in the dv version.
--
mirod