X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;fp=Changes;h=8af94d78abcf399efc2dbc40c02e1a95c75a50a5;hb=c5e1a737bed7d73caf37c5aa3c49cb8c47daa287;hp=ae21dccc5bb97afa7be8a5f2568bb26b550ca04f;hpb=2782bef25db3c2baa82b2ea34aa12da4c70f21b7;p=catagits%2FCatalyst-Runtime.git diff --git a/Changes b/Changes index ae21dcc..8af94d7 100644 --- a/Changes +++ b/Changes @@ -3,6 +3,7 @@ ! Stricter checking of attributes in Catalyst::DispatchType::Chained: 1) Only allow one of either :CaptureArgs or :Args 2) :CaptureArgs() argument must be numeric + 3) :CaptureArgs() and :Args() arguments cannot be negative - Add Devel::InnerPackage to dependencies, fixing tests on perl 5.17.11 as it's been removed from core. RT#84787