X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst.pm;h=0e6090b05aaf5c1b3f4f2a5b58320153ab5a7342;hp=1013d21e19ae457513c8471c19344f708e283d65;hb=cba60982db193b571530fcfb1ad7977bbd9962fa;hpb=5410ef06b9593f724499c3ea7677fe3f2780c3b1 diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 1013d21..0e6090b 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -79,7 +79,7 @@ __PACKAGE__->stats_class('Catalyst::Stats'); # Remember to update this in Catalyst::Runtime as well! -our $VERSION = '5.80024'; +our $VERSION = '5.80025'; sub import { my ( $class, @arguments ) = @_;