summaryrefslogtreecommitdiff
path: root/t/001_compile.t
diff options
context:
space:
mode:
authorKarel Miko <karel.miko@gmail.com>2016-05-03 23:50:22 +0200
committerKarel Miko <karel.miko@gmail.com>2016-05-03 23:50:47 +0200
commit82e9371dc4f76a68747db1dbd7035f4eaa694b33 (patch)
treee1dc13ae8bb422d11e60b47f02a63a081006cb02 /t/001_compile.t
parentcb7792bf560bdc3b8cfb445b8a360903be790a00 (diff)
new Crypt::Checksum, Crypt::Checksum::CRC32, Crypt::Checksum::Adler32
Diffstat (limited to 't/001_compile.t')
-rw-r--r--t/001_compile.t3
1 files changed, 3 insertions, 0 deletions
diff --git a/t/001_compile.t b/t/001_compile.t
index 83b115ab..0795acfe 100644
--- a/t/001_compile.t
+++ b/t/001_compile.t
@@ -64,6 +64,9 @@ use Crypt::PK::RSA;
use Crypt::PK::DSA;
use Crypt::PK::ECC;
use Crypt::PK::DH;
+use Crypt::Checksum;
+use Crypt::Checksum::Adler32;
+use Crypt::Checksum::CRC32;
ok 1, 'All modules loaded successfully';
$ok = 1;