Revert "Fix this not having a $VERSION"
[gitmo/MooseX-Getopt.git] / lib / MooseX / Getopt / Basic.pm
index e2d2740..721fd3f 100644 (file)
@@ -9,8 +9,6 @@ use Carp ();
 
 use Getopt::Long ();
 
-our $VERSION = '0.25';
-
 has ARGV       => (is => 'rw', isa => 'ArrayRef', metaclass => "NoGetopt");
 has extra_argv => (is => 'rw', isa => 'ArrayRef', metaclass => "NoGetopt");