Remove Class::ISA use from autouse tests
[p5sagit/p5-mst-13.2.git] / ext / CPAN / Makefile.PL
1 use strict;
2 use ExtUtils::MakeMaker;
3
4 WriteMakefile (
5     NAME            => 'CPAN',
6     VERSION_FROM    => 'lib/CPAN.pm', # finds $VERSION
7     EXE_FILES       => ['scripts/cpan'],
8     AUTHOR          => 'Andreas Koenig <andreas.koenig.gmwojprw@franz.ak.mind.de>',
9     ABSTRACT_FROM   => 'lib/CPAN.pm',
10 );