foo
[gitmo/MooseX-Storage.git] / t / 030_with_checksum.t
index fde3d14..407e2fd 100644 (file)
@@ -8,8 +8,8 @@ use Test::Exception;
 use Test::Deep;
 
 BEGIN {
-    eval "use Digest";
-    plan skip_all => "Digest is required for this test" if $@;        
+    eval "use Digest; use Digest::SHA1";
+    plan skip_all => "Digest and Digest::SHA1 is required for this test" if $@;        
     plan tests => 26;
     use_ok('MooseX::Storage');
 }