From: Robert Boone Date: Fri, 20 Jul 2007 21:34:45 +0000 (+0000) Subject: Looks like the test runs 25 without Digest::HMAC and 26 with. X-Git-Tag: 0_07~8 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=27444b02d3ef789278e4b605d9517f993f9b9ff8;p=gitmo%2FMooseX-Storage.git Looks like the test runs 25 without Digest::HMAC and 26 with. --- diff --git a/t/030_with_checksum.t b/t/030_with_checksum.t index a87a163..fc655e2 100644 --- a/t/030_with_checksum.t +++ b/t/030_with_checksum.t @@ -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'); }