X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=ChangeLog;h=980a232252a3edfa99b2916d5c4cebd8769eb723;hb=HEAD;hp=0fb0f0faab0909efb205707171e3baebd6f27514;hpb=8ea859d6478730b0f0db48e5b936520fd23576bc;p=gitmo%2FMRO-Compat.git diff --git a/ChangeLog b/ChangeLog index 0fb0f0f..980a232 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,32 @@ Revision history for Perl extension MRO::Compat. + - repository migrated to the github moose organization + +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) + +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) + - 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 + +0.08_01 - Mon Jun 2, 2008 + - Add fixup (and new tests) for RT#36256 + +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.