convert to dist.ini
[gitmo/MooseX-ConfigFromFile.git] / lib / MooseX / ConfigFromFile.pm
index 7a12bc2..9957047 100644 (file)
@@ -6,8 +6,6 @@ use Try::Tiny qw/ try /;
 use Carp qw(croak);
 use namespace::autoclean;
 
-our $VERSION = '0.07';
-
 requires 'get_config_from_file';
 
 has configfile => (