X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst.pm;h=039962b142e8a453efd3e6a39910bfcf565565f0;hp=80ba3f824627d04e0e7e3cad1120d0d9be824691;hb=c905f6c0bf4127644051e90a26c058a8be729c02;hpb=f78c4567119fbb78dfedbff6d493f0c1216bc4e7 diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 80ba3f8..039962b 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -81,7 +81,7 @@ __PACKAGE__->stats_class('Catalyst::Stats'); # Remember to update this in Catalyst::Runtime as well! -our $VERSION = '5.8000_04'; +our $VERSION = '5.8000_05'; sub import { my ( $class, @arguments ) = @_;