X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst.pm;h=18a0f35872bea161b30576d156b88d08970430bc;hb=58f86b1ae1c33c993cd311dcd04148dd0a70610c;hp=e238bd10cdcc4e99e4802a68df7e99c63228d6e0;hpb=02f4beca58b1404df223b0e7f3cd960f71010f9a;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index e238bd1..18a0f35 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.90018'; +our $VERSION = '5.90019'; sub import { my ( $class, @arguments ) = @_;