Skip Menu |

This queue is for tickets about the PPI-HTML CPAN distribution.

Report information
The Basics
Id: 22086
Status: new
Priority: 0/
Queue: PPI-HTML

People
Owner: Nobody in particular
Requestors: jamesd [...] jml.net
Cc:
AdminCc:

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



Subject: Example code in documentation is incorrect
Date: Fri, 13 Oct 2006 16:30:40 +0100
To: bug-PPI-HTML [...] rt.cpan.org
From: James Davis <jamesd [...] jml.net>
# Load your Perl file my $Document = PPI::Document->load( 'script.pl' ); Should now be # Load your Perl file my $Document = PPI::Document->new( 'script.pl' );