| CPAN-Packager documentation | view source | Contained in the CPAN-Packager distribution. |
CPAN::Packager::Extractor - extract src from archive
use CPAN::Packager::Extractor;
my $pe = CPAN::Packager::Extractor->new;
$pe->extract('/home/dann/.cpanpackager/custom_module/Acme-1.11.tar.gz');
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. |