X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst.pm;h=ea5507d7be1ef17d86751d9e5056ca113ed64065;hb=f63dea6f7e1a5e14ef1cc21b71f7bcb20b2bb27a;hp=559f76b0966ddf0cc21987b34b87e0c3c93a7207;hpb=0ee04045a413235cb1474efcb490039691ef78e6;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 559f76b..ea5507d 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -102,7 +102,7 @@ __PACKAGE__->stats_class('Catalyst::Stats'); # Remember to update this in Catalyst::Runtime as well! -our $VERSION = '5.90015'; +our $VERSION = '5.90016'; sub import { my ( $class, @arguments ) = @_;