NAME
Dist::Zilla::Plugin::Author::Plicease::Upload - Upload a dist to CPAN
VERSION
version 1.87
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 setcpan
to0
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
AUTHOR
Graham Ollis <plicease@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2012 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.