use Alg::C3 0.05 persistent merge cache parameter, VERSION/Changes for 0.13
[gitmo/Class-C3.git] / Makefile.PL
CommitLineData
95bebf8c 1use ExtUtils::MakeMaker;
95bebf8c 2WriteMakefile(
3 'NAME' => 'Class::C3',
4 'VERSION_FROM' => 'lib/Class/C3.pm', # finds $VERSION
5 'PREREQ_PM' => {
6 'Test::More' => 0.47,
7 'Test::Exception' => 0.15,
d3049849 8 'Scalar::Util' => 1.10,
f4a893b2 9 'Algorithm::C3' => 0.05,
95bebf8c 10 }
11);