Add Env build dependency (RT-132508)

Moo
Xavier Guimard 5 years ago
parent 235b020c31
commit 89c6a400a0
  1. 1
      lemonldap-ng-handler/META.json
  2. 1
      lemonldap-ng-handler/META.yml

@ -24,6 +24,7 @@
"requires" : {
"Cwd" : "0",
"Digest::HMAC_SHA1" : "0",
"Env" : "0",
"IO::Pipe" : "0",
"Test::MockObject" : "0",
"Test::Pod" : "0",

@ -5,6 +5,7 @@ author:
build_requires:
Cwd: '0'
Digest::HMAC_SHA1: '0'
Env: '0'
IO::Pipe: '0'
Test::MockObject: '0'
Test::Pod: '0'

Loading…
Cancel
Save