module rename time, this will make dual-life easier
[gitmo/MRO-Compat.git] / Makefile.PL
CommitLineData
4c4e4170 1use inc::Module::Install;
2
60554254 3name 'mro';
4c4e4170 4all_from 'lib/mro.pm';
5
6build_requires 'Test::More' => '0.47';
7
8if($] > 5.009_004) {
9 warn "*** There is no good reason to install this module on Perl version 5.9.5 or higher ***";
10 # XXX can I prevent M::I from installing mro.pm in this case?
11}
12
13auto_install;
14WriteAll;