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;
[
CGI
CpanelJSONXS
CryptDES
DataStructureUtil
DataUUID
DateTime
DigestSHA1
FileCopyRecursive
HTTPDaemon
HTTPProxy
HTTPServerSimple
HTTPServerSimpleAuthen
IOCapture
IOCompress
IOSocketSSL
IPCRun
JSON
LWPProtocolHttps
ModuleInstall
NetPing
NetSNMP
ParallelForkManager
ParseEDID
TestCompile
TestDeep
TestException
TestMockModule
TestMockObject
TestNoWarnings
CpanelJSONXS
XMLLibXML
NetPing
ParallelForkManager
DigestSHA1
CryptDES
FileCopyRecursive
URIEscapeXS
DateTime
DataUUID
URI
HTTPDaemon
URIEscapeXS
XMLLibXML
YAML
IOCompress
]
);