Google::Code::Upload - uploading files to a Google Code project.


Google-Code-Upload documentation  | view source Contained in the Google-Code-Upload distribution.

Index


NAME

Top

Google::Code::Upload - uploading files to a Google Code project.

SYNOPSIS

Top

    use Google::Code::Upload qw/upload/;

    upload( $file, $project_name, $username, $password, $summary, $labels );

DESCRIPTION

Top

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

Top

upload

    upload( $file, $project_name, $username, $password, $summary, $labels );

AUTHOR

Top

Fayland Lam, <fayland at gmail.com>

COPYRIGHT & LICENSE

Top


Google-Code-Upload documentation  | view source Contained in the Google-Code-Upload distribution.