Checking in changes prior to tagging of version 0.82.
[gitmo/Mouse.git] / lib / Mouse / Util.pm
index 2d292bf..5ee5990 100644 (file)
@@ -48,7 +48,7 @@ BEGIN{
         },
     );
 
-    our $VERSION = '0.81';
+    our $VERSION = '0.82';
 
     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.81
+This document describes Mouse version 0.82
 
 =head1 SYNOPSIS