blob: d69b40d9a01a654a867b1f746d49c1322db3c487 [file] [log] [blame]
use strict;
use ExtUtils::MakeMaker;
WriteMakefile (
NAME => 'CPANPLUS',
VERSION_FROM => 'lib/CPANPLUS/Internals.pm', # finds $VERSION
EXE_FILES => ['bin/cpan2dist','bin/cpanp','bin/cpanp-run-perl'],
INSTALLDIRS => ( $] >= 5.009005 ? 'perl' : 'site' ),
AUTHOR => 'Jos Boumans <kane[at]cpan.org>',
ABSTRACT => 'Ameliorated interface to the CPAN'
);