add perl 5.6.0 dep, bump version to 0.07 0.07
Brandon L Black [Tue, 20 May 2008 21:14:24 +0000 (21:14 +0000)]
ChangeLog
Makefile.PL
lib/MRO/Compat.pm

index 0fb0f0f..bae1707 100644 (file)
--- 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.
index 69f6513..f7d7717 100644 (file)
@@ -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';
index 004b216..c6834ed 100644 (file)
@@ -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