From: Dobrica Pavlinusic Date: Tue, 23 Feb 2010 18:18:35 +0000 (+0000) Subject: require Test::WWW::Mechanize for Koha integration tests X-Git-Url: http://git.rot13.org/?p=virtual-ldap;a=commitdiff_plain;h=f5dba74d799ed8249be1ed2bfe1d61cec9221bc2 require Test::WWW::Mechanize for Koha integration tests --- diff --git a/Makefile.PL b/Makefile.PL index 20c6eec..9833e2e 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -22,6 +22,10 @@ features( 'Convert::ASN1', 'Net::LDAP::ASN', ], + 't/koha integration tests' => [ + -default => 0, + 'Test::WWW::Mechanize', + ], ); auto_install;