Unverified Commit c936d574 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

glpi-agent: add edid support (#412302)

parents 85a8c0c8 79e6274c
Loading
Loading
Loading
Loading
+12 −12
Original line number Diff line number Diff line
@@ -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
    ]
  );