Checking in changes prior to tagging of version 0.33. Changelog diff is:
[gitmo/Mouse.git] / lib / Mouse.pm
index 0e3a586..6e208e7 100644 (file)
@@ -4,7 +4,7 @@ use warnings;
 use 5.006;
 use base 'Exporter';
 
-our $VERSION = '0.32';
+our $VERSION = '0.33';
 
 sub moose_version(){ 0.90 } # which Mouse is a subset of