| CPAN-Packager documentation | view source | Contained in the CPAN-Packager distribution. |
CPAN::Packager::Downloader::CPAN - Download cpan module tarball from CPAN with CPAN.pm
use CPAN::Packager::Downloader::CPAN;
my $d = CPAN::Packager::Downloader::CPAN->new;
$d->download('HTTP::Engine');
CPAN::Packager::Downloader fetches a cpan module tarball from CPAN.
Takatoshi Kitano <kitano.tk@gmail.com>
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
| CPAN-Packager documentation | view source | Contained in the CPAN-Packager distribution. |