glpi-agent: add edid support (#412302)

This commit is contained in:
Yohann Boniface 2025-05-31 02:07:04 +02:00 committed by GitHub
commit c936d57413
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -38,38 +38,38 @@ perlPackages.buildPerlPackage rec {
with perlPackages; with perlPackages;
[ [
CGI CGI
CpanelJSONXS
CryptDES
DataStructureUtil DataStructureUtil
DataUUID
DateTime
DigestSHA1
FileCopyRecursive FileCopyRecursive
HTTPDaemon
HTTPProxy HTTPProxy
HTTPServerSimple HTTPServerSimple
HTTPServerSimpleAuthen HTTPServerSimpleAuthen
IOCapture IOCapture
IOCompress
IOSocketSSL IOSocketSSL
IPCRun IPCRun
JSON JSON
LWPProtocolHttps LWPProtocolHttps
ModuleInstall ModuleInstall
NetPing
NetSNMP NetSNMP
ParallelForkManager
ParseEDID
TestCompile TestCompile
TestDeep TestDeep
TestException TestException
TestMockModule TestMockModule
TestMockObject TestMockObject
TestNoWarnings TestNoWarnings
CpanelJSONXS
XMLLibXML
NetPing
ParallelForkManager
DigestSHA1
CryptDES
FileCopyRecursive
URIEscapeXS
DateTime
DataUUID
URI URI
HTTPDaemon URIEscapeXS
XMLLibXML
YAML YAML
IOCompress
] ]
); );