From: Brandon L Black Date: Fri, 11 May 2007 03:12:33 +0000 (+0000) Subject: rename in here too X-Git-Tag: 0.02~10 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=cfd77a25117f199f698ba7bb018d17532d8b3e86;p=gitmo%2FMRO-Compat.git rename in here too --- diff --git a/Build.PL b/Build.PL new file mode 100644 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'; diff --git a/ChangeLog b/ChangeLog index 43633cc..17d1fc9 100644 --- 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 diff --git a/Makefile.PL b/Makefile.PL index ba9f8df..c1686a0 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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 --- 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 diff --git a/lib/mro.pm b/lib/MRO/Compat.pm similarity index 100% rename from lib/mro.pm rename to lib/MRO/Compat.pm