Provided by: libnet-google-code-perl_0.19-2_all 

NAME
Net::Google::Code::Download - Google Code Download
SYNOPSIS
use Net::Google::Code::Download;
my $issue = Net::Google::Code::Download->new( project => 'net-google-code' );
$issue->load( 'Net-Google-Code-0.01.tar.gz' );
DESCRIPTION
INTERFACE
load
parse
project
name
size
download_url
count
labels
checksum
uploaded_by
uploaded
AUTHOR
sunnavy "<sunnavy@bestpractical.com>"
LICENCE AND COPYRIGHT
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.
perl v5.10.1 2010-04-07 Net::Google::Code::Download(3pm)