move to github
[gitmo/MooseX-Storage.git] / lib / MooseX / Storage / Format / JSON.pm
index a5db2a4..c557872 100644 (file)
@@ -4,10 +4,6 @@ use Moose::Role;
 no warnings 'once';
 
 use JSON::Any;
-use utf8 ();
-
-our $VERSION   = '0.34';
-our $AUTHORITY = 'cpan:STEVAN';
 
 requires 'pack';
 requires 'unpack';