Checking in changes prior to tagging of version 0.43. Changelog diff is:
[gitmo/Mouse.git] / lib / Mouse / Util.pm
index c70a77e..3174a1a 100644 (file)
@@ -38,7 +38,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.42';
+    our $VERSION = '0.43';
 
     my $xs = !(exists $INC{'Mouse/PurePerl.pm'} || $ENV{MOUSE_PUREPERL});
 
@@ -345,7 +345,7 @@ Mouse::Util - Features, with or without their dependencies
 
 =head1 VERSION
 
-This document describes Mouse version 0.42
+This document describes Mouse version 0.43
 
 =head1 IMPLEMENTATIONS FOR