MooseX::Storage - added peek()
[gitmo/MooseX-Storage.git] / lib / MooseX / Storage / Engine / IO / File.pm
index b87f6a3..eb92a04 100644 (file)
@@ -4,7 +4,8 @@ use Moose;
 
 use IO::File;
 
-our $VERSION = '0.02';
+our $VERSION   = '0.02';
+our $AUTHORITY = 'cpan:STEVAN';
 
 has 'file' => (
        is       => 'ro',