From: Tomas Doran Date: Tue, 4 Dec 2012 19:53:55 +0000 (+0000) Subject: Version 0.12 X-Git-Tag: 0.12^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMRO-Compat.git;a=commitdiff_plain;h=385554b55961b0d8ee9697ff56ea909c8d358715 Version 0.12 --- diff --git a/ChangeLog b/ChangeLog index 8e7aa39..a0a5dcc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,6 @@ Revision history for Perl extension MRO::Compat. +0.12 - Tue Dec 4, 2012 - Bump Class::C3 dependency on 5.8 which in turn will automatically install Class::C3::XS if possible - Fix nonfunctional SYNOPSIS (RT#78325) diff --git a/lib/MRO/Compat.pm b/lib/MRO/Compat.pm index e3e5ea8..be0fc80 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.11'; +our $VERSION = '0.12'; BEGIN { # Alias our private functions over to