--- Makefile.PL 2009/03/15 21:45:45 17 +++ Makefile.PL 2010/02/23 18:18:35 79 @@ -13,6 +13,7 @@ -default => 0, 'Net::LDAP::Server', 'URI::Escape', + 'File::Slurp', ], 'ldap-rewrite.pl' => [ -default => 1, @@ -21,6 +22,10 @@ 'Convert::ASN1', 'Net::LDAP::ASN', ], + 't/koha integration tests' => [ + -default => 0, + 'Test::WWW::Mechanize', + ], ); auto_install;