X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst.pm;h=3e298ec311eb853976b08e875f5bb2eb45bfaec4;hb=47990d3f8d6391073e165a529cd48a209fa34ec3;hp=ed1841ce6c16d9661adc8f5d4b331ada9e2ec8b1;hpb=4d723d120281581f8b040252e1b6324e2509b65b;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index ed1841c..3e298ec 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.80028'; +our $VERSION = '5.80029'; sub import { my ( $class, @arguments ) = @_;