Checking in changes prior to tagging of version 0.51. Changelog diff is:
[gitmo/Mouse.git] / lib / Mouse / Util.pm
index 7c1e274..d3057ce 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.50_09';
+    our $VERSION = '0.51';
 
     my $xs = !(exists $INC{'Mouse/PurePerl.pm'} || $ENV{MOUSE_PUREPERL});
 
@@ -366,7 +366,7 @@ Mouse::Util - Features, with or without their dependencies
 
 =head1 VERSION
 
-This document describes Mouse version 0.50_09
+This document describes Mouse version 0.51
 
 =head1 IMPLEMENTATIONS FOR