renamed the insides, updated a bit
[gitmo/MRO-Compat.git] / Makefile.PL
CommitLineData
4c4e4170 1use inc::Module::Install;
2
cfd77a25 3name 'MRO-Compat';
4all_from 'lib/MRO/Compat.pm';
4c4e4170 5
6build_requires 'Test::More' => '0.47';
7
4c4e4170 8auto_install;
9WriteAll;