Version 0.28
[gitmo/MooseX-Storage.git] / lib / MooseX / Storage / Format / JSON.pm
index d1f93dd..5cbf12a 100644 (file)
@@ -7,7 +7,7 @@ no warnings 'once';
 use JSON::Any;
 use utf8 ();
 
-our $VERSION   = '0.20';
+our $VERSION   = '0.28';
 our $AUTHORITY = 'cpan:STEVAN';
 
 requires 'pack';
@@ -26,6 +26,8 @@ sub freeze {
     return $json;
 }
 
+no Moose::Role;
+
 1;
 
 __END__