MooseX::Storage - added peek()
[gitmo/MooseX-Storage.git] / lib / MooseX / Storage.pm
index b58562f..192c6ee 100644 (file)
@@ -4,7 +4,8 @@ use Moose qw(confess);
 
 use MooseX::Storage::Meta::Attribute::DoNotSerialize;
 
-our $VERSION = '0.03';
+our $VERSION   = '0.03';
+our $AUTHORITY = 'cpan:STEVAN';
 
 sub import {
     my $pkg = caller();