X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst.pm;h=fbad8507826cca4c5ff2474a9f794449b8d40b36;hb=ef546d1e28aa0fe685c4ddf41572e56c8d384101;hp=296cf43d71adcb315c851310fc59291fcae95545;hpb=1bc7640030267b021814c167a011acd2454119f3;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 296cf43..fbad850 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -78,7 +78,7 @@ __PACKAGE__->stats_class('Catalyst::Stats'); # Remember to update this in Catalyst::Runtime as well! -our $VERSION = '5.80014_01'; +our $VERSION = '5.80014_02'; { my $dev_version = $VERSION =~ /_\d{2}$/;