X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst.pm;h=26dc29dc6c5e14e7d25491ecb4cfaf039a7126f8;hb=7d2e4fa54a3e2917609f30aaf3427a670362b3bd;hp=a19de10f20db531f0e092251ba805d05db63d90e;hpb=55f2f3992e638c23083924b46889afcfafca565f;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index a19de10..26dc29d 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.80032'; +our $VERSION = '5.80033'; sub import { my ( $class, @arguments ) = @_;