X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMouse%2FUtil.pm;h=fc2292a46e8bb59b455eabbcf9d724d1958f5c2e;hb=6336eb18ec59cf5c9c057624c7a1d15f449b00c6;hp=eeee3f3c4f24255aecb606b272090ba89397c4f5;hpb=5b3e7678602d122ad523a1aabc865cebff56de61;p=gitmo%2FMouse.git diff --git a/lib/Mouse/Util.pm b/lib/Mouse/Util.pm index eeee3f3..fc2292a 100644 --- a/lib/Mouse/Util.pm +++ b/lib/Mouse/Util.pm @@ -50,7 +50,7 @@ BEGIN{ }, ); - our $VERSION = '0.89'; + our $VERSION = '0.93'; 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.89 +This document describes Mouse version 0.93 =head1 SYNOPSIS