* Add current $VERSION to all files.
[gitmo/MooseX-Getopt.git] / lib / MooseX / Getopt / Strict.pm
index bb5e096..e61cfe4 100644 (file)
@@ -1,5 +1,8 @@
 
 package MooseX::Getopt::Strict;
+
+our $VERSION   = '0.150001';
+
 use Moose::Role;
 
 with 'MooseX::Getopt';