convert to Dist::Zilla
[gitmo/MooseX-Storage.git] / lib / MooseX / Storage / Engine / IO / File.pm
index a16222f..83c7a8d 100644 (file)
@@ -4,9 +4,6 @@ use Moose;
 use utf8 ();
 use IO::File;
 
-our $VERSION   = '0.35';
-our $AUTHORITY = 'cpan:STEVAN';
-
 has 'file' => (
        is       => 'ro',
        isa      => 'Str',