Looks like the test runs 25 without Digest::HMAC and 26 with.
Robert Boone [Fri, 20 Jul 2007 21:34:45 +0000 (21:34 +0000)]
t/030_with_checksum.t

index a87a163..fc655e2 100644 (file)
@@ -10,7 +10,7 @@ use Test::Deep;
 BEGIN {
     eval "use Digest; use Digest::SHA1";
     plan skip_all => "Digest and Digest::SHA1 is required for this test" if $@;           
-    plan tests => 25;
+    plan tests => 26;
     use_ok('MooseX::Storage');
 }