verison 0.01 of Class-C3
[gitmo/Class-C3.git] / Makefile.PL
1 use ExtUtils::MakeMaker;
2 # See lib/ExtUtils/MakeMaker.pm for details of how to influence
3 # the contents of the Makefile that is written.
4 WriteMakefile(
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 );