NAME
Dist::Zilla::Plugin::UploadToCPAN::WWWPAUSESimple - Upload the dist to CPAN (using WWW::PAUSE::Simple)
VERSION
This document describes version 0.04 of Dist::Zilla::Plugin::UploadToCPAN::WWWPAUSESimple (from Perl distribution Dist-Zilla-Plugin-UploadToCPAN-WWWPAUSESimple), released on 2017-01-12.
SYNOPSIS
In your dist.ini:
[UploadToCPAN::WWWPAUSESimple]
DESCRIPTION
This is a replacement for Dist::Zilla::Plugin::UploadToCPAN. It uses WWW::PAUSE::Simple for the actual upload. It offers some more options, e.g. retries.
CONFIGURATION
retries => int (default: 2)
Number of retries to do when received a 5xx HTTP error response from PAUSE (0 = don't retry).
retry_delay => int (default: 3)
Number of seconds to wait before retrying.
HOMEPAGE
Please visit the project's homepage at https://metacpan.org/release/Dist-Zilla-Plugin-UploadToCPAN-WWWPAUSESimple.
SOURCE
Source repository is at https://github.com/perlancar/perl-Dist-Zilla-Plugin-UploadToCPAN-WWWPAUSESimple.
BUGS
Please report any bugs or feature requests on the bugtracker website https://rt.cpan.org/Public/Dist/Display.html?Name=Dist-Zilla-Plugin-UploadToCPAN-WWWPAUSESimple
When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.
AUTHOR
perlancar <perlancar@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2017 by perlancar@cpan.org.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.