rename in here too
[gitmo/MRO-Compat.git] / Makefile.PL
1 use inc::Module::Install;
2
3 name           'MRO-Compat';
4 all_from       'lib/MRO/Compat.pm';
5
6 build_requires 'Test::More'    => '0.47';
7
8 auto_install;
9 WriteAll;