X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst.pm;h=039962b142e8a453efd3e6a39910bfcf565565f0;hb=c905f6c0bf4127644051e90a26c058a8be729c02;hp=80ba3f824627d04e0e7e3cad1120d0d9be824691;hpb=11c270bdda5402dc39e2ca54dfd65af42dedbe3c;p=catagits%2FCatalyst-Runtime.git 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 ) = @_;