perl-config-simple: add 4.58 (#34649)

This commit is contained in:
Christopher Christofi 2022-12-22 08:43:41 +00:00 committed by GitHub
parent 6cd9cbf578
commit 6d54dc2a44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,15 @@
# Copyright 2013-2022 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
from spack.package import *
class PerlConfigSimple(PerlPackage):
"""Config::Simple - simple configuration file class."""
homepage = "https://metacpan.org/pod/Config::Simple"
url = "https://cpan.metacpan.org/authors/id/S/SH/SHERZODR/Config-Simple-4.58.tar.gz"
version("4.58", sha256="dd9995706f0f9384a15ccffe116c3b6e22f42ba2e58d8f24ed03c4a0e386edb4")