X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMouse%2FUtil.pm;h=2b0da0576e98aa0cbc2ab6f5e41c999f5a09695c;hb=9527a9d4bb7be669e243cffae1a361532f2ccd84;hp=38177d00cc4afa395ffc31b1cb316bf921f7130d;hpb=fe096e7cc1e43494142a1185bb6b0b7c6ae16d66;p=gitmo%2FMouse.git diff --git a/lib/Mouse/Util.pm b/lib/Mouse/Util.pm index 38177d0..2b0da05 100644 --- a/lib/Mouse/Util.pm +++ b/lib/Mouse/Util.pm @@ -48,7 +48,7 @@ BEGIN{ }, ); - our $VERSION = '0.70'; + our $VERSION = '0.71'; my $xs = !(defined(&is_valid_class_name) || $ENV{MOUSE_PUREPERL} || $ENV{PERL_ONLY}); @@ -388,7 +388,7 @@ Mouse::Util - Utilities for working with Mouse classes =head1 VERSION -This document describes Mouse version 0.70 +This document describes Mouse version 0.71 =head1 SYNOPSIS