0.12
[gitmo/MooseX-Storage.git] / t / 061_basic_deferred_w_io.t
index 3cc66af..55f215a 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 => 21;    
     use_ok('MooseX::Storage');
 }