X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst.pm;h=39d513d6b9ba01f80ef74d5414ba7e2df8da0de1;hb=8eab1a1ad6c18c13fc29292e7201bc658849532e;hp=b9dc3f187601c4c9f127bfc742b109fb7e4c5bd9;hpb=660f9bb0ce5e5ccb7d126608cf8b908194167b59;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index b9dc3f1..39d513d 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -123,7 +123,7 @@ __PACKAGE__->stats_class('Catalyst::Stats'); # Remember to update this in Catalyst::Runtime as well! -our $VERSION = '5.90059_003'; +our $VERSION = '5.90059_004'; sub import { my ( $class, @arguments ) = @_;