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