X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst.pm;h=6c32146480bd53b6217ab840c59c160c0c48785c;hp=c4d915a9a3179e7f50721ec04ae0bb330b04d684;hb=00341d8110ed6405a08e717cc38d5931b414e2a0;hpb=4c166e20acda56c8d07834ee14b010fd13bffe4d diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index c4d915a..6c32146 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.90006'; +our $VERSION = '5.90007'; sub import { my ( $class, @arguments ) = @_;