From: Brandon L Black Date: Tue, 20 May 2008 21:14:24 +0000 (+0000) Subject: add perl 5.6.0 dep, bump version to 0.07 X-Git-Tag: 0.07^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMRO-Compat.git;a=commitdiff_plain;h=075fa6f645389e45028c83b353d76c4a862b528f add perl 5.6.0 dep, bump version to 0.07 --- diff --git a/ChangeLog b/ChangeLog index 0fb0f0f..bae1707 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ Revision history for Perl extension MRO::Compat. +0.07 - Tue May 20, 2008 + - Add explicit dependency on perl 5.6.0 or higher + in Makefile.PL + META.yml + 0.06_01 - Mon May 19, 2008 - Fix for false classnames in mro::get_isarev, I guess I missed an instance during the 0.04 fixes. diff --git a/Makefile.PL b/Makefile.PL index 69f6513..f7d7717 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -3,7 +3,8 @@ use inc::Module::Install 0.65; name 'MRO-Compat'; all_from 'lib/MRO/Compat.pm'; -test_requires 'Test::More' => '0.47'; +requires 'perl' => 5.006_000; +test_requires 'Test::More' => '0.47'; if($] < 5.009_005) { feature 'XS Speedups', 'Class::C3::XS' => '0.08'; diff --git a/lib/MRO/Compat.pm b/lib/MRO/Compat.pm index 004b216..c6834ed 100644 --- a/lib/MRO/Compat.pm +++ b/lib/MRO/Compat.pm @@ -5,7 +5,7 @@ require 5.006_000; # Keep this < 1.00, so people can tell the fake # mro.pm from the real one -our $VERSION = '0.06_01'; +our $VERSION = '0.07'; BEGIN { # Alias our private functions over to