X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=perl%2FMakefile.PL.in;h=d023d3a5f94ddef6e9f69b99cbcf7962c422dcec;hb=8645ef631b7b7b59ba766dfe8a0a52288a80b7e0;hp=5ead531ef2292c098a8116b9453d044ce76e753c;hpb=2953b2e39b289b3625e6a3a7c5a3f2b5e1d95ce8;p=idzebra-moved-to-github.git diff --git a/perl/Makefile.PL.in b/perl/Makefile.PL.in index 5ead531..d023d3a 100644 --- a/perl/Makefile.PL.in +++ b/perl/Makefile.PL.in @@ -6,10 +6,10 @@ WriteMakefile( 'INC' => "-I../index -I../include @YAZINC@", 'LIBS' => "-L../index -lzebra -L../data1 -ldata1 @TCL_LIB@ @YAZLIB@ @ZPERL_LIBS@", 'OPTIMIZE' => '-g', - 'PREREQ_FATAL' => 1, +# 'PREREQ_FATAL' => 1, 'PREREQ_PM' => { 'Scalar::Util' => '1.0', - 'Test::More' => '0.45', + 'Test::More' => '0.40', } );