rename in here too
Brandon L Black [Fri, 11 May 2007 03:12:33 +0000 (03:12 +0000)]
Build.PL [new file with mode: 0644]
ChangeLog
Makefile.PL
README
lib/MRO/Compat.pm [moved from lib/mro.pm with 100% similarity]

diff --git a/Build.PL b/Build.PL
new file mode 100644 (file)
index 0000000..a919ccc
--- /dev/null
+++ b/Build.PL
@@ -0,0 +1,3 @@
+# Dear Distribution Packager. This use of require is intentional.
+# Module::Install detects Build.PL usage and acts accordingly.
+require 'Makefile.PL';
index 43633cc..17d1fc9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-Revision history for Perl extension mro.
+Revision history for Perl extension MRO::Compat.
 
 0.01 - Not Yet Released
     - Initial release
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;
diff --git a/README b/README
index a8f6bdd..b82080a 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-mro version 0.01
+MRO::Compat version 0.01
 ===========================
 
 INSTALLATION
@@ -14,12 +14,6 @@ DEPENDENCIES
 
    Requires Test::More 0.47 to test
 
-IMPORTANT INFORMATION
-
-   This module is only for use on Perls earlier than 5.9.5.
-   Perl version 5.9.5 and higher includes its own superior
-   implementation, with a version number greater than 1.00.
-
 COPYRIGHT AND LICENCE
 
 Copyright (C) 2007 Brandon L Black <blblack@gmail.com>
similarity index 100%
rename from lib/mro.pm
rename to lib/MRO/Compat.pm