summaryrefslogtreecommitdiff
path: root/cpan/CPANPLUS/Makefile.PL
blob: d69b40d9a01a654a867b1f746d49c1322db3c487 (plain)
1
2
3
4
5
6
7
8
9
10
11
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'
);