Digest::SHA1 is not required to build LemonLDAP::NG Handler

environments/ppa-mbqj77/deployments/1
Clément Oudot 13 years ago
parent 4fbac1aeb2
commit 2ef80774db
  1. 1
      lemonldap-ng-handler/META.yml
  2. 2
      lemonldap-ng-handler/Makefile.PL

@ -9,7 +9,6 @@ distribution_type: module
configure_requires:
ExtUtils::MakeMaker: 0
build_requires:
Digest::SHA1: 0
IO::Pipe: 0
Test::MockObject: 0
requires:

@ -10,7 +10,7 @@ WriteMakefile(
PMLIBDIRS => ['lib'],
META_MERGE => { 'recommends' => { 'SOAP::Lite' => 0, }, },
BUILD_REQUIRES =>
{ 'IO::Pipe' => 0, 'Test::MockObject' => 0, 'Digest::SHA1' => 0 },
{ 'IO::Pipe' => 0, 'Test::MockObject' => 0 },
PREREQ_PM => {
'Apache::Session' => 0,
'LWP::UserAgent' => 0,

Loading…
Cancel
Save