X-Git-Url: http://git.ieval.ro/?p=authen-passphrase-scrypt.git;a=blobdiff_plain;f=Makefile.PL;h=6d653e07686bf4b702ab8be2b7fa6033b9d6128f;hp=198f47b0fed1890a65552429fd815071b47e7cfb;hb=025ae5f357a01188476b3baafe528ed583a5306b;hpb=0c1f3509448ca1247bcf6fd216444648680925d2 diff --git a/Makefile.PL b/Makefile.PL index 198f47b..6d653e0 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -5,8 +5,6 @@ my @link_with = map { 'scrypt-1.2.1/'.$_ } qw, lib/crypto/libscrypt_sse2_a-crypto_scrypt_smix_sse2.o lib/crypto/crypto_scrypt.o lib/crypto/crypto_scrypt_smix.o -lib/scryptenc/scryptenc.o -lib/scryptenc/scryptenc_cpuperf.o lib/util/memlimit.o libcperciva/alg/sha256.o libcperciva/cpusupport/cpusupport_x86_aesni.o @@ -32,10 +30,13 @@ WriteMakefile( LICENSE => 'perl', SIGN => 1, PREREQ_PM => { - qw/Authen::Passphrase 0 - Class::Accessor::Fast 0 + qw/Authen::Passphrase 0 + 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',