X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst.pm;h=7f0e7d2776273ec098d1f59e113dd611ab23c9a5;hp=23a5ea961c788b6ec0cd50001a7ce247222d13ab;hb=8e642f7fb9467d34b307df4b412ce3dc756e2f73;hpb=ae0e35ee6dd51e78c0ffc2457699beadc7eefab8 diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 23a5ea9..7f0e7d2 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.7099_03'; +our $VERSION = '5.8000_01'; sub import { my ( $class, @arguments ) = @_;