X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst.pm;h=60ccc335efb3d625eb4856e07f038d5d69ffe90c;hp=f8c84ce15e462dc8c36daa22e887cf124265feba;hb=a61a96b31668324ee13f4e50456f192ee1f61bf4;hpb=9d59dde8094a208a59ea622a7c78e75950f18bf9 diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index f8c84ce..60ccc33 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.80010'; +our $VERSION = '5.80011'; { my $dev_version = $VERSION =~ /_\d{2}$/;