X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Storage.git;a=blobdiff_plain;f=t%2F030_with_checksum.t;h=fc655e27ac0aadc7a331726cd2732f7b2aa63db5;hp=407e2fd6ee28ec448d80aa93e4e73af60a551c24;hb=a7f358fb48a26700a3683db2a10a12660cf4a189;hpb=b7e2e91bccb1419a37f32f3cc99333750bb8d73e diff --git a/t/030_with_checksum.t b/t/030_with_checksum.t index 407e2fd..fc655e2 100644 --- a/t/030_with_checksum.t +++ b/t/030_with_checksum.t @@ -9,7 +9,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 skip_all => "Digest and Digest::SHA1 is required for this test" if $@; plan tests => 26; use_ok('MooseX::Storage'); }