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

This commit is contained in:
Clément Oudot 2012-06-18 09:30:50 +00:00
parent 4fbac1aeb2
commit 2ef80774db
2 changed files with 1 additions and 2 deletions

View File

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

View File

@ -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,