NAME Dist::Zilla::Plugin::UploadToGoogleCode - upload your dist to Google Code (experimental) VERSION version 0.002 SYNOPSIS If loaded, this plugin will allow the release command to upload to Google Code. DESCRIPTION This plugin looks for the Google Code project name in dist.ini, and gets your Google Code credentials from ~/.googlecode-identity (which can be GnuPG-encrypted; see Config::Identity). If any configuration is missing, it will prompt you to enter your username and password during the BeforeRelease phase. Entering a blank username or password will abort the release. METHODS before_release Checks that we have the data we need to release. release Performs the release using Google::Code::Upload. ATTRIBUTES username This option supplies the user's Google Code username. If not supplied, it will be looked for in the user's GoogleCode configuration. password This option supplies the user's Google Code password (ie, from ). If not supplied, it will be looked for in the user's GoogleCode configuration. googlecode_cfg This is a hashref of defaults loaded from ~/.googlecode-identity. AVAILABILITY The latest version of this module is available from the Comprehensive Perl Archive Network (CPAN). Visit to find a CPAN site near you, or see . SOURCE The development version is on github at and may be cloned from BUGS AND LIMITATIONS You can make new bug reports, and view existing ones, through the web interface at . AUTHOR Mike Doherty COPYRIGHT AND LICENSE This software is copyright (c) 2012 by Mike Doherty. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.