* Add current $VERSION to all files.
[gitmo/MooseX-Getopt.git] / lib / MooseX / Getopt / Parser.pm
index 4de40ce..437ab99 100644 (file)
@@ -1,6 +1,8 @@
 
 package MooseX::Getopt::Parser;
 
+our $VERSION   = '0.150001';
+
 use Moose::Role;
 requires 'build_options';