X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst.pm;h=6a6fe2c010827875380c74a485c912b3ee8c44ba;hp=ebfcf8c406d1274f9f922fc8de49df8452bd5862;hb=refs%2Ftags%2F5.90008;hpb=6664017d52356034039e06899caee41ca63fc58c 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 ) = @_;