X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst.pm;h=90d36108b8a6bd4b93e99e607799233904b6c36f;hp=c3b59b96d21e4ad3662ff412605fa4c447ec9cae;hb=2bf9a2ec89467d3f2ff89370cb82336ad07d721a;hpb=73811e283a20ed30b0c446c49b2e031326513eac diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index c3b59b9..90d3610 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -61,7 +61,7 @@ __PACKAGE__->response_class('Catalyst::Response'); # Remember to update this in Catalyst::Runtime as well! -our $VERSION = '5.7000'; +our $VERSION = '5.7001'; sub import { my ( $class, @arguments ) = @_;