Test some error conditions
[digest-highwayhash.git] / Makefile.PL
index 79a7349796486c724286aca8fe53f5c68b860f15..4c8cab39c274fa8f2ecd8dc2d0939dd68cb6f4b1 100644 (file)
@@ -12,6 +12,9 @@ WriteMakefile(
        PREREQ_PM         => {
                qw/Math::Int64 0/,
        },
+       TEST_REQUIRES     => {
+               qw/Test::Exception 0/,
+       },
        INC               => '-I. -Ihighwayhash/c',
        OBJECT            => '$(O_FILES)',
        META_ADD         => {
This page took 0.009202 seconds and 4 git commands to generate.