0.11
[gitmo/MooseX-Storage.git] / t / 105_io_atomic_w_utf8.t
index 8b5678c..8c19f5d 100644 (file)
@@ -6,6 +6,8 @@ use warnings;
 use Test::More;
 
 BEGIN {  
+    eval "use IO::AtomicFile";
+    plan skip_all => "IO::AtomicFile is required for this test" if $@;            
     # NOTE: 
     # this is because JSON::XS is 
     # the only one which really gets