Checking in changes prior to tagging of version 0.65.
[gitmo/Mouse.git] / lib / Mouse / Util.pm
index abe59b7..37c3898 100644 (file)
@@ -52,7 +52,7 @@ BEGIN{
     # Because Mouse::Util is loaded first in all the Mouse sub-modules,
     # XS loader is placed here, not in Mouse.pm.
 
-    our $VERSION = '0.64';
+    our $VERSION = '0.65';
 
     my $xs = !(exists $INC{'Mouse/PurePerl.pm'} || $ENV{MOUSE_PUREPERL} || $ENV{PERL_ONLY});
 
@@ -365,7 +365,7 @@ Mouse::Util - Features, with or without their dependencies
 
 =head1 VERSION
 
-This document describes Mouse version 0.64
+This document describes Mouse version 0.65
 
 =head1 IMPLEMENTATIONS FOR