some changelog tweaks and shit
[gitmo/MooseX-Storage.git] / lib / MooseX / Storage / IO / AtomicFile.pm
index ebc84f0..a32638b 100644 (file)
@@ -4,6 +4,9 @@ use Moose::Role;
 
 use MooseX::Storage::Engine::IO::AtomicFile;
 
+our $VERSION   = '0.01';
+our $AUTHORITY = 'cpan:STEVAN';
+
 with 'MooseX::Storage::IO::File';
 
 sub store {