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

NAME

mojo-cpanup - upload files on CPAN in Mojo way

SYNOPSIS

    mojo-cpanup file.tar.gz subdir_on_cpan_server

DESCRIPTION

This script uses power of Mojo::Client to upload your files on CPAN.

ARGUMENTS

mojo-cpanup takes two arguments:

filename

Name of local file which should be uploaded to CPAN.

subdir

Subdir on CPAN server in which file should be placed.

CONFIGURATION

mojo-cpanup users same configuration file as CPAN::Uploader. Config file stored in .pause file in your home direfctory (~ or %USERPROFILE%) Example of config file:

    user        yko
    password    #############

You don't need to create this file manually. On first successfull upload mojo-cpanup will ask you if you want to store your creditionals in config. If you answer no - it will never ask you again.

AUTHOR

Yaroslav Korshak <yko@cpan.org>

LICENCE AND COPYRIGHT

Copyright (c) 2010-2011, Yaroslav Korshak <yko@cpan.org>. All rights reserved.

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