NAME

CPAN::Packager::Downloader::CPAN - Download cpan module tarball from CPAN with CPAN.pm

SYNOPSIS

use CPAN::Packager::Downloader::CPAN;
my $d = CPAN::Packager::Downloader::CPAN->new;
$d->download('HTTP::Engine');

DESCRIPTION

CPAN::Packager::Downloader fetches a cpan module tarball from CPAN.

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.