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

NAME

Dist::Zilla::Plugin::UploadToCPAN - upload the dist to CPAN

VERSION

version 1.091440

SYNOPSIS

If loaded, this plugin will allow the release command to upload to the CPAN.

DESCRIPTION

This plugin requires configuration in your dist.ini or ~/.dzil/config:

    [=Dist::Zilla::App::Command::release]
    user     = YOUR-PAUSE-ID
    password = YOUR-PAUSE-PASSWORD

AUTHOR

  Ricardo SIGNES <rjbs@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2009 by Ricardo SIGNES.

This is free software; you can redistribute it and/or modify it under the same terms as perl itself.