0.12
[gitmo/MooseX-Storage.git] / t / 030_with_checksum.t
index 598e22c..9892500 100644 (file)
@@ -9,7 +9,9 @@ use Test::Deep;
 
 BEGIN {
     eval "use Digest; use Digest::SHA1";
-    plan skip_all => "Digest and Digest::SHA1 is required for this test" if $@;           
+    plan skip_all => "Digest and Digest::SHA1 is required for this test" if $@; 
+    eval "use JSON::Any";
+    plan skip_all => "JSON::Any is required for this test" if $@;              
     plan tests => 26;
     use_ok('MooseX::Storage');
 }