From: Florian Ragwitz Date: Wed, 27 May 2009 22:00:43 +0000 (+0200) Subject: Version 0.11. X-Git-Tag: 0.11^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMRO-Compat.git;a=commitdiff_plain;h=f45af2980e5c111e24eb6340614fc03f297eaff5 Version 0.11. --- diff --git a/ChangeLog b/ChangeLog index c82dceb..1db440e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ Revision history for Perl extension MRO::Compat. +0.11 - Wed May 27, 2009 + - Fix misspelled docs for get_isarev. Closes RT#46401. + - Bump optional prereq on Class::C3 to 0.20. + 0.10 - Wed Mar 25, 2009 - Remove the fake Build.PL. Module::Install doesn't support that anymore. (Florian Ragwitz) diff --git a/lib/MRO/Compat.pm b/lib/MRO/Compat.pm index 952f72f..4945fbc 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.10'; +our $VERSION = '0.11'; BEGIN { # Alias our private functions over to