0.12
[gitmo/MooseX-Storage.git] / t / 101_io_atomic.t
index 20e0aa5..6d52cbf 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 $@;      
     plan tests => 10;
     use_ok('MooseX::Storage');
 }