Skip Menu |

This queue is for tickets about the Net-Trac CPAN distribution.

Report information
The Basics
Id: 72745
Status: new
Priority: 0/
Queue: Net-Trac

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

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



Subject: Net::Trac::TicketHistory example is incorrect.
The docs are incorrect. They show that you give $history->load an integer: my $history = Net::Trac::TicketHistory->new( connection => $trac ); $history->load( 13 ); when really it wants an instance of a Net::Trac::Ticket object. This mistake is both in the synopsis and the =head2.