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