more tweaks for 0.01
[gitmo/MooseX-Storage.git] / lib / MooseX / Storage / Engine / IO / File.pm
index ee27c3f..b5ba99d 100644 (file)
@@ -4,6 +4,8 @@ use Moose;
 
 use IO::File;
 
+our $VERSION = '0.01';
+
 has 'file' => (
        is       => 'ro',
        isa      => 'Str',