Dist-Zilla-Plugin-UploadToGoogleCode

 view release on metacpan or  search on metacpan

README.mkdn  view on Meta::CPAN


# 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

lib/Dist/Zilla/Plugin/UploadToGoogleCode.pm  view on Meta::CPAN


=head1 SYNOPSIS

B<DEPRECATED>: Google code L<shut down|http://google-opensource.blogspot.com/2015/03/farewell-to-google-code.html>

If loaded, this plugin will allow the F<release> command to upload to Google Code.

=head1 DESCRIPTION

This plugin looks for the Google Code project name in F<dist.ini>, and gets your
Google Code credentials from F<~/.googlecode-identity> (which can be
GnuPG-encrypted; see L<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.

=head1 METHODS

=head2 before_release



( run in 0.358 second using v1.01-cache-2.11-cpan-4d50c553e7e )