X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst.pm;h=6a6fe2c010827875380c74a485c912b3ee8c44ba;hb=0607947fb5fe1e9da141f2392c98cf3d6f40ef8b;hp=ebfcf8c406d1274f9f922fc8de49df8452bd5862;hpb=d42e2887f057321d1e65aaffb7ee822d9c1525f3;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index ebfcf8c..6a6fe2c 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.90007'; +our $VERSION = '5.90008'; sub import { my ( $class, @arguments ) = @_;