--- /dev/null
+# Dear Distribution Packager. This use of require is intentional.
+# Module::Install detects Build.PL usage and acts accordingly.
+require 'Makefile.PL';
-Revision history for Perl extension mro.
+Revision history for Perl extension MRO::Compat.
0.01 - Not Yet Released
- Initial release
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;
-mro version 0.01
+MRO::Compat version 0.01
===========================
INSTALLATION
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>