Dist::Zilla::Plugin::Author::Plicease::Upload - Upload a dist to CPAN
version 2.75
[Author::Plicease::Upload] cpan = 1
This works similar to Dist::Zilla::Plugin::UploadToCPAN. Except:
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.
If cpan
is set to a true value, ask first before uploading to CPAN. Sometimes and for some dists I instead commit it to a GitHub pages website for internal use. If cpan
is set to a false value or if you deny uploading to CPAN, the dist will be copied into the usual place where the aforementioned GitHub pages repository is checked out.
Basically just some personal preferences, you can and probably should replace this with [UploadToCPAN]
if you are taking over a dist.
Either 1
or 0
. Set to 0
and dist will not be uploaded to CPAN on release.
Base web URL if CPAN upload is disabled.
Graham Ollis <plicease@cpan.org>
This software is copyright (c) 2012-2022 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.