The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Dist::Zilla::Plugin::Author::Plicease::Upload - Upload a dist to CPAN

VERSION

version 2.19

SYNOPSIS

DESCRIPTION

This works similar to Dist::Zilla::Plugin::UploadToCPAN. Except:

Non fatal

It doesn't die if the upload does not succeed. In my work flow I usually just upload the tarball manually when the upload fails. Sometimes I also want to do the release step when I am not connected to the Internet.

Asks first

It asks if you really want to upload to CPAN. Some of my releases go to my server using scp so if you either say no, or set cpan to 0 in the configuration it will do this instead.

Basically just some personal preferences, you can and probably should replace this with [UploadToCPAN] if you are taking over a dist.

OPTIONS

cpan

Either 1 or 0. Set to 0 and dist will not be uploaded to CPAN on release.

scp_dest

Valid scp destination if CPAN upload is disabled.

url

Base web URL if CPAN upload is disabled.

SEE ALSO

Dist::Zilla
Dist::Zilla::PluginBundle::Author::Plicease

AUTHOR

Graham Ollis <plicease@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2016 by Graham Ollis.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.