NAME
Net::Google::Code::Issue - Google Code Issue
SYNOPSIS
use Net::Google::Code::Issue;
my $issue = Net::Google::Code::Issue->new( project => 'net-google-code' );
$issue->load(42);
DESCRIPTION
INTERFACE
- load
- parse
- project
- id
- status
- owner
- reporter
- reported
- updated
- merged
- closed
- cc
- summary
- description
- create comment, summary, status, owner, cc, labels, files.
- update comment, summary, status, owner, merge_into, cc, labels, blocked_on, files.
- labels
- comments
- attachments
AUTHOR
sunnavy <sunnavy@bestpractical.com>
LICENCE AND COPYRIGHT
Copyright 2008-2009 Best Practical Solutions.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.