Skip Menu |

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

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

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

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



Subject: Small typo in Pod doc example
This is very minor. In the Synopsis for PPI::HTML the PPI::Document constructor is shown as: my $Document = PPI::Document->load( 'script.pl' ); However, running the example generates a warning that this syntax is deprecated. As such code snippet should probably be: my $Document = PPI::Document->new( 'script.pl' ); John. --