Dist-Zilla-Plugin-UploadToGoogleCode

 view release on metacpan or  search on metacpan

README.mkdn  view on Meta::CPAN

# VERSION

version 0.004

# SYNOPSIS

**DEPRECATED**: Google code [shut down](http://google-opensource.blogspot.com/2015/03/farewell-to-google-code.html)

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](https://metacpan.org/pod/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](https://metacpan.org/pod/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
[https://code.google.com/hosting/settings](https://code.google.com/hosting/settings)). 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 project homepage is [http://metacpan.org/release/Dist-Zilla-Plugin-UploadToGoogleCode/](http://metacpan.org/release/Dist-Zilla-Plugin-UploadToGoogleCode/).

The latest version of this module is available from the Comprehensive Perl
Archive Network (CPAN). Visit [http://www.perl.com/CPAN/](http://www.perl.com/CPAN/) to find a CPAN
site near you, or see [https://metacpan.org/module/Dist::Zilla::Plugin::UploadToGoogleCode/](https://metacpan.org/module/Dist::Zilla::Plugin::UploadToGoogleCode/).

# SOURCE

The development version is on github at [http://github.com/doherty/Dist-Zilla-Plugin-UploadToGoogleCode](http://github.com/doherty/Dist-Zilla-Plugin-UploadToGoogleCode)
and may be cloned from [git://github.com/doherty/Dist-Zilla-Plugin-UploadToGoogleCode.git](git://github.com/doherty/Dist-Zilla-Plugin-UploadToGoogleCode.git)

# BUGS AND LIMITATIONS

You can make new bug reports, and view existing ones, through the
web interface at [https://github.com/doherty/Dist-Zilla-Plugin-UploadToGoogleCode/issues](https://github.com/doherty/Dist-Zilla-Plugin-UploadToGoogleCode/issues).

# AUTHOR

Mike Doherty <doherty@cpan.org>

# 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.



( run in 0.621 second using v1.01-cache-2.11-cpan-39bf76dae61 )