MooseX::Storage - added peek()
[gitmo/MooseX-Storage.git] / lib / MooseX / Storage / Format / JSON.pm
index 9682d6c..e26cadb 100644 (file)
@@ -6,7 +6,8 @@ no warnings 'once';
 
 use JSON::Any;
 
-our $VERSION = '0.02';
+our $VERSION   = '0.02';
+our $AUTHORITY = 'cpan:STEVAN';
 
 requires 'pack';
 requires 'unpack';