X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst.pm;h=b38be49f847921ba79d89f524a4460a64782a556;hp=b32c09c9fef10cff2a080c7ad4c8a28cecbf48d9;hb=33632a44f189d7d49c8060076e382f2df36d7283;hpb=2938f7a0daa2ed737ca5cf64a4c60bab1581dda5 diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index b32c09c..b38be49 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -76,7 +76,7 @@ __PACKAGE__->stats_class('Catalyst::Stats'); # Remember to update this in Catalyst::Runtime as well! -our $VERSION = '5.80004'; +our $VERSION = '5.80005'; { my $dev_version = $VERSION =~ /_\d{2}$/;