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