Skip Menu | You are currently an anonymous guest. | Login | Return to Main | About rt.cpan.org
 

Please report any issues with rt.cpan.org to rt-cpan-admin@bestpractical.com.

X Report information
Id: 47257
Status: patched
Left: 0 min
Priority: 0/0
Queue: XML-Twig

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

Severity: Normal
Broken in: 3.32
Fixed in: (no value)



X History Display mode: Brief headersFull headers
#   Tue Jun 23 00:23:17 2009 dsteinbrunner[...]pobox.com - Ticket created  
Subject: Minor doc correction
[text/plain 302b]
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.
#   Tue Jun 23 01:47:07 2009 xmltwig[...]gmail.com - Correspondence added  
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>
[text/plain 779b]
dsteinbrunner[...]pobox.com via RT wrote:
> 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

#   Tue Jun 23 01:47:08 2009 RT_System - Status changed from 'new' to 'open'  
#   Wed Jul 29 04:40:31 2009 MIROD - Status changed from 'open' to 'patched'