Merge branch 'stricter-chained-arg-attrs' into SicilianButtercup
Dagfinn Ilmari Mannsåker [Fri, 24 May 2013 20:16:03 +0000 (21:16 +0100)]
1  2 
Changes

diff --cc Changes
+++ b/Changes
@@@ -4,12 -3,9 +4,13 @@@ TB
    ! 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
 +  - New support for closing over the PSGI $writer object, useful for working
 +    with event loops.
 +  - lets you access a psgix.io socket, if your server supports it, for manual
 +    handling of the client - server communication, such as for websockets.
  
  5.90030 - 2013-04-12
    ! POSSIBLE BREAKING CHANGE: Removed Regexp dispatch type from core, and put