pre-0.02 checkin
[gitmo/Class-C3.git] / Makefile.PL
CommitLineData
95bebf8c 1use ExtUtils::MakeMaker;
2# See lib/ExtUtils/MakeMaker.pm for details of how to influence
3# the contents of the Makefile that is written.
4WriteMakefile(
5 'NAME' => 'Class::C3',
6 'VERSION_FROM' => 'lib/Class/C3.pm', # finds $VERSION
7 'PREREQ_PM' => {
8 'Test::More' => 0.47,
9 'Test::Exception' => 0.15,
10 'Scalar::Util' => 1.10
11 }
12);