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