X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst.pm;h=0e9ebc29341b8e36bebb77b838b3b0218a8a7636;hb=a8194217f338ccef382b194b4a849fde15892f98;hp=09ef82a39047fa611112ce607ab88cdc63ab70c3;hpb=328f67a76b568a93945d2ccd4f1d7ffccb1c65dd;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 09ef82a..0e9ebc2 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -63,7 +63,7 @@ __PACKAGE__->response_class('Catalyst::Response'); # Remember to update this in Catalyst::Runtime as well! -our $VERSION = '5.7010'; +our $VERSION = '5.7011'; sub import { my ( $class, @arguments ) = @_; @@ -2381,6 +2381,8 @@ Sam Vilain Sascha Kiefer +Sebastian Willert + Tatsuhiko Miyagawa Ulf Edvinsson