Remove Class::ISA use from autouse tests
[p5sagit/p5-mst-13.2.git] / ext / CPAN / Makefile.PL
CommitLineData
087f1bf3 1use strict;
2use ExtUtils::MakeMaker;
3
4WriteMakefile (
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);