X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst.pm;h=06bcf09b6d1e3c6ba4a1481235a785c767ade0e0;hb=4d4d6635ada968ed67e4e82a6469f2843231a828;hp=f62bfe7bb12c2444cd396545bf32a1aff23f98b1;hpb=d088065990eb2b5aaaf6a2adc9b6b914d03c9e76;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index f62bfe7..06bcf09 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.7009'; +our $VERSION = '5.7011'; sub import { my ( $class, @arguments ) = @_;