X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst.pm;h=725445b2d4a6a9558da7920ca787a8ace4513e00;hb=f4de8c998c61fd442cb9590a3c052cf41b4c0d67;hp=3e3587af35b1dcf8fc03c20da7e6aeb083843a3d;hpb=c29dcdc3ea9c95069e3a4e451aa9803d9eee9a94;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 3e3587a..725445b 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -84,7 +84,7 @@ __PACKAGE__->stats_class('Catalyst::Stats'); # Remember to update this in Catalyst::Runtime as well! -our $VERSION = '5.90004'; +our $VERSION = '5.90005'; sub import { my ( $class, @arguments ) = @_;