X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst.pm;h=06343ac027db26e17331698fa84821a8dfedc3ce;hb=69eecfe56af710d0698539ea25dc1bc84282e013;hp=b9d6bef8eea4604b2a2a825c4494994ff9b2f7cc;hpb=1cf0345be8d7bf7cd33467da529885068db2b710;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index b9d6bef..06343ac 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.7003'; +our $VERSION = '5.7005'; sub import { my ( $class, @arguments ) = @_;