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.