Better test coverage
[authen-passphrase-scrypt.git] / Makefile.PL
index 2a1fa638094fd49b81107701fa4b96b73e437754..6d653e07686bf4b702ab8be2b7fa6033b9d6128f 100644 (file)
@@ -34,6 +34,9 @@ WriteMakefile(
                   Object::Tiny              0
                   Data::Entropy::Algorithms 0/,
        },
+       TEST_REQUIRES     => {
+               qw/Test::Exception           0/,
+       },
        INC               => '-I. -Iscrypt-1.2.1',
        LIBS              => ['-lcrypto'],
        MYEXTLIB          => 'scrypt-1.2.1/libscrypt_sse2.a',
This page took 0.009823 seconds and 4 git commands to generate.