Skip Menu |

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

Report information
The Basics
Id: 47257
Status: resolved
Priority: 0/
Queue: XML-Twig

People
Owner: Nobody in particular
Requestors: dsteinbrunner [...] pobox.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 3.32
Fixed in: 3.33



Subject: Minor doc correction
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.
Subject: Re: [rt.cpan.org #47257] Minor doc correction
Date: Tue, 23 Jun 2009 07:45:32 +0200
To: bug-XML-Twig [...] rt.cpan.org
From: mirod <xmltwig [...] gmail.com>
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