Checking in changes prior to tagging of version 0.84.
[gitmo/Mouse.git] / lib / Mouse / Util.pm
index 010a302..2368f90 100644 (file)
@@ -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