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