X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMouse%2FUtil.pm;h=2368f90e728efc42432249b926bc59eec1b46ea5;hb=b14108de498e1dc906665ce54999fc086d4da72d;hp=010a30238c49d62bcacec5ab64417f4898dc9067;hpb=38f4a557632e3df5d521ea0f88c885c92826ca33;p=gitmo%2FMouse.git diff --git a/lib/Mouse/Util.pm b/lib/Mouse/Util.pm index 010a302..2368f90 100644 --- a/lib/Mouse/Util.pm +++ b/lib/Mouse/Util.pm @@ -48,7 +48,7 @@ BEGIN{ }, ); - our $VERSION = '0.83'; + our $VERSION = '0.84'; 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.83 +This document describes Mouse version 0.84 =head1 SYNOPSIS