0.11
[gitmo/MooseX-Storage.git] / t / 061_basic_deferred_w_io.t
index 38722b1..3cc66af 100644 (file)
@@ -3,9 +3,12 @@
 use strict;
 use warnings;
 
-use Test::More tests => 21;
+use Test::More;
 
 BEGIN {
+    eval "use IO::AtomicFile";
+    plan skip_all => "IO::AtomicFile is required for this test" if $@;        
+    plan tests => 21;    
     use_ok('MooseX::Storage');
 }