rename in here too
[gitmo/MRO-Compat.git] / Makefile.PL
index ba9f8df..c1686a0 100644 (file)
@@ -1,14 +1,9 @@
 use inc::Module::Install;
 
-name           'mro';
-all_from       'lib/mro.pm';
+name           'MRO-Compat';
+all_from       'lib/MRO/Compat.pm';
 
 build_requires 'Test::More'    => '0.47';
 
-if($] > 5.009_004) {
-    warn "*** There is no good reason to install this module on Perl version 5.9.5 or higher ***";
-    # XXX can I prevent M::I from installing mro.pm in this case?
-}
-
 auto_install;
 WriteAll;