X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=526d5fac727950d93891cf7f43528f1132648d44;hb=refs%2Ftags%2Fv1.002005;hp=206062c236947512c2433eac4350d5c2428e73bf;hpb=0ee1bd42cb95cd594e777fa676e80cddc66e0393;p=gitmo%2FRole-Tiny.git diff --git a/Changes b/Changes index 206062c..526d5fa 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,16 @@ - - add missing Class::Method::Modifiers dependency (RT#80310) +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)