X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=c96f7e7e9472d281e8394061b4f99cd413aed00a;hb=2f539785a5b54fc86cc2b6678ed3c28b13147224;hp=9dd618864fb86c0cdfae910ed685f89b3c2b4a45;hpb=fa89d58252a80231301b8c7f05ec5a8e21991d68;p=gitmo%2FRole-Tiny.git diff --git a/Changes b/Changes index 9dd6188..c96f7e7 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,11 @@ + - skip t/around-does.t when Class::Method::Modifiers is not installed + (RT#80310) + +1.002001 - 2012-10-26 + - t/does-Moo.t moved to 'xt' (RT#80290) + - don't die when looking for 'DOES' on perl < 5.10 (RT#80402) + +1.002000 - 2012-10-19 - load class in addition to roles when using create_class_from_roles - fix module name in Makefile.PL (RT#78591) - when classes consume roles, override their DOES method (RT#79747)