Skip Menu |

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

Report information
The Basics
Id: 119158
Status: new
Priority: 0/
Queue: XML-LibXML

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

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



Subject: [patch] line up columns in Node.pod
Date: Wed, 07 Dec 2016 16:36:47 +0800
To: bug-XML-LibXML [...] rt.cpan.org
From: 積丹尼 Dan Jacobson <jidanni [...] jidanni.org>
Man page looks ugly. Need this patch. --- /tmp/Node.pod 2016-07-24 17:05:45.000000000 +0800 +++ /tmp/Node.pod.NEW 2016-12-07 15:52:32.659274605 +0800 @@ -223,7 +223,7 @@ - my $t1 = $doc->createTextNode( "foo" ); + my $t1 = $doc->createTextNode( "foo" ); my $t2 = $doc->createTextNode( "bar" ); $t1->addChild( $t2 ); # is OK my $val = $t2->nodeValue(); # will fail, script dies