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
id
status
owner
reporter
closed
cc
summary
description
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.