X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=526d5fac727950d93891cf7f43528f1132648d44;hb=refs%2Ftags%2Fv1.002005;hp=e0988b3a06e42c75d76df873040f8a4dce21679b;hpb=211178eae196738ef8e14e2fa4109a2800386d8e;p=gitmo%2FRole-Tiny.git diff --git a/Changes b/Changes index e0988b3..526d5fa 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,18 @@ +1.002005 - 2013-02-01 + - complain loudly if Class::Method::Modifiers is too old (and skip tests) + - don't use $_ as loop variable when calling arbitrary code + +1.002004 - 2012-11-02 + - remove accidentally-introduced strictures.pm usage + +1.002003 - 2012-10-29 + - fix method modifier breakage on 5.10.0 + +1.002002 - 2012-10-28 + - 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)