Google code issue
use Net::Google::Code::Issue; my $issue = Net::Google::Code::Issue->new( project => 'net-google-code' ); $issue->load(42);
project name
user's email and password
the last comment's date.
google's api way to get/search issues return a list of loaded issues in list context, a ref to the list otherwise.
google's api way to get and load comments( no scraping is done here )
when $USE_HYBRID is true, we will try to load issue with the google's official api, but as the api is not complete, we still need to do scraping to load something( e.g. attachments ), this method is used to do this.
sunnavy \*(C`<[email protected]>\*(C'
Copyright 2008-2010 Best Practical Solutions.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.