Remove Test::TempDir
[gitmo/MooseX-Storage.git] / lib / MooseX / Storage / Engine / IO / File.pm
index ddd7b9f..20ebcbc 100644 (file)
@@ -5,7 +5,7 @@ use Moose;
 use utf8 ();
 use IO::File;
 
-our $VERSION   = '0.28';
+our $VERSION   = '0.29';
 our $AUTHORITY = 'cpan:STEVAN';
 
 has 'file' => (