convert to Dist::Zilla
[gitmo/MooseX-Storage.git] / lib / MooseX / Storage / Engine.pm
index ccf2fde..bcc87ae 100644 (file)
@@ -1,11 +1,7 @@
-
 package MooseX::Storage::Engine;
 use Moose;
 use Scalar::Util qw(refaddr);
 
-our $VERSION   = '0.32';
-our $AUTHORITY = 'cpan:STEVAN';
-
 # the class marker when
 # serializing an object.
 our $CLASS_MARKER = '__CLASS__';