X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst.pm;h=43bda89bf208ce9ac059db8880c3dd4c905fdc88;hb=cedb28e88e0c62feee5d99ea4f2ed1813a858f5e;hp=0b2c012e86790881ad42245eaf47f0066230a7a9;hpb=7af54927870a7c6f89323ac1876d49f92e7841f5;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 0b2c012..43bda89 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -113,7 +113,7 @@ __PACKAGE__->stats_class('Catalyst::Stats'); # Remember to update this in Catalyst::Runtime as well! -our $VERSION = '5.90019'; +our $VERSION = '5.90020'; sub import { my ( $class, @arguments ) = @_;