NAME
Google::Code::Upload - uploading files to a Google Code project.
SYNOPSIS
use Google::Code::Upload qw/upload/;
upload( $file, $project_name, $username, $password, $summary, $labels );
DESCRIPTION
It's an incomplete Perl port of http://support.googlecode.com/svn/trunk/scripts/googlecode_upload.py
basically you need googlecode_upload script instead.
METHODS
upload
upload( $file, $project_name, $username, $password, $summary, $labels );
AUTHOR
Fayland Lam, <fayland at gmail.com>
COPYRIGHT & LICENSE
Copyright 2009 Fayland Lam, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.