X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst.pm;h=fd007937863cb289f2f075ee429228945155839a;hp=0698ade27f63dd67e11398dc08db40d2cea5d4cb;hb=4ba281880525d61477452b0f4b0ad0ee33df997f;hpb=88218702354de7958dd7aacfca3b32645a724fef diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 0698ade..fd00793 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.70_03'; +our $VERSION = '5.7000'; sub import { my ( $class, @arguments ) = @_;