X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst.pm;h=4fd6ed1cc26ae8413c0bfee81d101c8767af32a8;hp=2aa1de20e00d26f7fe1e0fc64b957351904c0030;hb=refs%2Ftags%2F5.90017;hpb=9f6f4a87ecb2df88d216f20ac21a540b80efe55f diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 2aa1de2..4fd6ed1 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -112,7 +112,7 @@ __PACKAGE__->stats_class('Catalyst::Stats'); # Remember to update this in Catalyst::Runtime as well! -our $VERSION = '5.90016'; +our $VERSION = '5.90017'; sub import { my ( $class, @arguments ) = @_;