require Test::WWW::Mechanize for Koha integration tests
authorDobrica Pavlinusic <dpavlin@rot13.org>
Tue, 23 Feb 2010 18:18:35 +0000 (18:18 +0000)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Tue, 23 Feb 2010 18:18:35 +0000 (18:18 +0000)
Makefile.PL

index 20c6eec..9833e2e 100644 (file)
@@ -22,6 +22,10 @@ features(
                'Convert::ASN1',
                'Net::LDAP::ASN',
        ],
+       't/koha integration tests' => [
+               -default => 0,
+               'Test::WWW::Mechanize',
+       ],
 );
 
 auto_install;