From: Dagfinn Ilmari Mannsåker Date: Fri, 24 May 2013 20:11:10 +0000 (+0100) Subject: Add Changes entry about disallowing negative counts X-Git-Tag: 5.90040~3^2~10^2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=c5e1a737bed7d73caf37c5aa3c49cb8c47daa287 Add Changes entry about disallowing negative counts --- 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