This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update Archive-Extract to CPAN version 0.62
[perl5.git] / cpan / CPANPLUS / Makefile.PL
CommitLineData
d96f3acd
CBW
1use strict;
2use ExtUtils::MakeMaker;
3
4WriteMakefile (
5 NAME => 'CPANPLUS',
6 VERSION_FROM => 'lib/CPANPLUS/Internals.pm', # finds $VERSION
7 EXE_FILES => ['bin/cpan2dist','bin/cpanp','bin/cpanp-run-perl'],
8 INSTALLDIRS => ( $] >= 5.009005 ? 'perl' : 'site' ),
9 AUTHOR => 'Jos Boumans <kane[at]cpan.org>',
10 ABSTRACT => 'Ameliorated interface to the CPAN'
11);