net::trac::tickethistory(3pm) debian man page | unix.com

Man Page: net::trac::tickethistory

Operating Environment: debian

Section: 3pm

Net::Trac::TicketHistory(3pm)				User Contributed Perl Documentation			     Net::Trac::TicketHistory(3pm)

NAME
Net::Trac::TicketHistory - A Trac ticket's history
SYNOPSIS
my $history = Net::Trac::TicketHistory->new( connection => $trac ); $history->load( 13 ); # Print the authors of all the changes to ticket #13 for ( @{ $history->entries } ) { print $_->author, " "; }
DESCRIPTION
This class represents a Trac ticket's history and is really just a collection of Net::Trac::TicketHistoryEntries.
ACCESSORS
connection ticket Returns the ID of the ticket whose history this object represents. entries Returns an arrayref of Net::Trac::TicketHistoryEntrys.
METHODS
load ID Loads the history of the specified ticket.
LICENSE
Copyright 2008-2009 Best Practical Solutions. This package is licensed under the same terms as Perl 5.8.8. perl v5.12.3 2009-05-27 Net::Trac::TicketHistory(3pm)
Related Man Pages
net::gpsd3::cache(3pm) - debian
net::trac::connection(3pm) - debian
net::trac::ticket(3pm) - debian
svn::notify::filter::trac(3pm) - debian
text::trac(3pm) - debian
Similar Topics in the Unix Linux Community
How can I do this in VI editor?
Is UNIX an open source OS ?
One instance of comparing grep and awk
Find columns in a file based on header and print to new file