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.
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';
# 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