Class::MOP - moving things from t/lib to examples/
[gitmo/Class-MOP.git] / Makefile.PL
CommitLineData
a2e85e6c 1use ExtUtils::MakeMaker;
2WriteMakefile(
3 NAME => 'Class::MOP',
4 VERSION_FROM => 'lib/Class/MOP.pm',
5 PREREQ_PM => {
6 'Test::More' => '0.47',
7 'Test::Exception' => '0.21',
8 'Scalar::Util' => '1.17',
9 'Sub::Name' => '0.02',
10 'Carp' => '0.01',
11 'B' => '0',
12 }
13);