Move validate_args out into a separate method
[gitmo/Mouse.git] / lib / Mouse.pm
index 3db29a6..2e71b9f 100644 (file)
@@ -3,7 +3,7 @@ package Mouse;
 use strict;
 use warnings;
 
-our $VERSION = '0.03';
+our $VERSION = '0.04';
 use 5.006;
 
 use Sub::Exporter;