X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst.pm;h=77bd1c5ae3e853288b565142f8ca4979aa78eed7;hp=403ba82472cf1b7c0225655de1a7f182aa156c20;hb=f444811bb1a174c842e80bf5b9a4c24dc1a85ee0;hpb=d258e5dd3b1baf82bc0e4ea84317f757fafe35f7 diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 403ba82..77bd1c5 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -100,7 +100,7 @@ __PACKAGE__->stats_class('Catalyst::Stats'); # Remember to update this in Catalyst::Runtime as well! -our $VERSION = '5.90013'; +our $VERSION = '5.90014'; sub import { my ( $class, @arguments ) = @_;