convert to Dist::Zilla
[gitmo/MooseX-Storage.git] / lib / MooseX / Storage / Util.pm
index c890484..2e86daf 100644 (file)
@@ -4,9 +4,6 @@ use Moose qw(confess blessed);
 use MooseX::Storage::Engine ();
 use utf8 ();
 
-our $VERSION   = '0.35';
-our $AUTHORITY = 'cpan:STEVAN';
-
 sub peek {
     my ($class, $data, %options) = @_;