projects
/
gitmo/MooseX-Storage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
e51e487
)
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
patch
|
blob
|
blame
|
history
diff --git
a/t/030_with_checksum.t
b/t/030_with_checksum.t
index
a87a163
..
fc655e2
100644
(file)
--- 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');
}