Tidy for release
[gitmo/Mouse.git] / lib / Mouse.pm
index d964a84..a12c4a9 100644 (file)
@@ -3,7 +3,7 @@ use 5.006_002;
 
 use Mouse::Exporter; # enables strict and warnings
 
-our $VERSION = '0.37_03';
+our $VERSION = '0.37_04';
 
 use Carp qw(confess);
 use Scalar::Util qw(blessed);
@@ -151,7 +151,6 @@ sub init_meta {
 
 
 1;
-
 __END__
 
 =head1 NAME