NAME

CPAN::Packager::Script - CUI for CPAN::Packager

SYNOPSIS

use CPAN::Packager::Script;
my $script = CPAN::Packager::Script->new_with_options;
$script->run;

DESCRIPTION

CPAN::Packager::Script is a CUI for CPAN::Packager.

AUTHOR

Takatoshi Kitano <kitano.tk@gmail.com>

SEE ALSO

LICENSE

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