Test::Pod is required to make tests on POD files

environments/ppa-mbqj77/deployments/1
Sandro Cazzaniga 13 years ago
parent ec67501c03
commit 1f983ae96b
  1. 1
      lemonldap-ng-common/Makefile.PL
  2. 1
      lemonldap-ng-handler/Makefile.PL
  3. 1
      lemonldap-ng-manager/Makefile.PL
  4. 1
      lemonldap-ng-portal/Makefile.PL

@ -35,6 +35,7 @@ WriteMakefile(
'SOAP::Lite' => 0,
'Storable' => 0,
'XML::Simple' => 0,
'Test::Pod' => 0,
'Crypt::OpenSSL::RSA' => 0,
'Crypt::OpenSSL::X509' => 0,
'Crypt::OpenSSL::Bignum' => 0,

@ -19,6 +19,7 @@ WriteMakefile(
'CGI' => 3.08,
'URI' => 0,
'Apache::Session::Generate::MD5' => 0,
'Test::Pod' => 0,
}, # e.g., Module::Name => 1.1
(
$] >= 5.005

@ -24,6 +24,7 @@ WriteMakefile(
'XML::LibXML' => 0,
'XML::LibXSLT' => 0,
'XML::Simple' => 0,
'Test::Pod' => 0,
}, # e.g., Module::Name => 1.1
(
$] >= 5.005

@ -34,6 +34,7 @@ WriteMakefile(
'MIME::Lite' => 0,
'Net::LDAP' => 0,
'String::Random' => 0,
'Test::Pod' => 0,
'XML::LibXML' => 0,
'XML::LibXSLT' => 0,
'Clone' => 0,

Loading…
Cancel
Save