libconfig-general-perl: upgrade 2.65 -> 2.67

Changelog:
==========
- fixing tests (add missing file to dist tarball)
- created gitignore file.
- add support to quote values containing whitespace using the
  new flag -AlwaysQuoteOutput.
- fix exporter setup, use "our" where appropriate.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Wang Mingyu
2025-01-14 16:28:27 +08:00
committed by Khem Raj
parent e61d42e724
commit 5069dfbc90

View File

@@ -8,7 +8,7 @@ SRCNAME = "Config-General"
SRC_URI = "http://search.cpan.org/CPAN/authors/id/T/TL/TLINDEN/${SRCNAME}-${PV}.tar.gz"
SRC_URI[sha256sum] = "4d6d5754be3a9f30906836f0cc10e554c8832e14e7a1341efb15b05d706fc58f"
SRC_URI[sha256sum] = "473d65127b23dac0e8039c01e28bc4072cb9a6e93e81a1ea4893cea08c698db0"
S = "${WORKDIR}/${SRCNAME}-${PV}"