From: Florian Ragwitz Date: Tue, 24 Mar 2009 23:52:06 +0000 (+0100) Subject: Version 0.10. X-Git-Tag: 0.10^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=55bfe05b905cd1b6395cc779214d627f70a89ceb;p=gitmo%2FMRO-Compat.git Version 0.10. --- diff --git a/ChangeLog b/ChangeLog index 3ebc1a4..c82dceb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ Revision history for Perl extension MRO::Compat. +0.10 - Wed Mar 25, 2009 + - Remove the fake Build.PL. Module::Install doesn't support that anymore. + (Florian Ragwitz) + - Remove auto_install from Makefile.PL. Its use is strongly discouraged. + (Closes RT#44542) (Simon Betrang) + 0.09 - Thu Jun 5, 2008 - No change from 0.08_01 diff --git a/lib/MRO/Compat.pm b/lib/MRO/Compat.pm index 8c42622..63aea3e 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.09'; +our $VERSION = '0.10'; BEGIN { # Alias our private functions over to