X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=c8aa52f39a02ca5466b101370a34039d2a002c4a;hb=0fe2ad8c2ab220a0d6dda54aaa4684e8b711f9b3;hp=c549736247e4e414cb598163321a05d6691f0532;hpb=55d91f641bc43e5f929e35dc653a3aeea2497db8;p=gitmo%2FRole-Tiny.git diff --git a/Changes b/Changes index c549736..c8aa52f 100644 --- a/Changes +++ b/Changes @@ -1,7 +1,11 @@ + - Switch Moo::Utils to using Module::Runtime, and add the 5.8 %INC + leakage fix into Role::Tiny's _load_module to provide partial parity + - Update incompatibilities with Moose documentation - Remove Sub::Quote's outstanding queue since it doesn't actually slow things down to do it this way and makes debugging easier. - Revert 'local $@' around require calls to avoid triggering Unknown Error - Explicitly require Role::Tiny in Role::Tiny::With (RT#70446) + - Fix spurious 'once' warnings under perl -w 0.009013 - 2011-12-23 - fix up Class::XSAccessor version check to be more robust