* Add current $VERSION to all files.
[gitmo/MooseX-Getopt.git] / lib / MooseX / Getopt / Parser / Long.pm
index f2b8471..9585f8e 100644 (file)
@@ -1,6 +1,8 @@
 
 package MooseX::Getopt::Parser::Long;
 
+our $VERSION   = '0.150001';
+
 use Moose;
 
 with 'MooseX::Getopt::Parser';