perl-appconfig: add v1.71 (#34685)

This commit is contained in:
Christopher Christofi 2022-12-29 09:55:41 +00:00 committed by GitHub
parent d02c71e443
commit 04ad42e5ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,16 @@
# 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 PerlAppconfig(PerlPackage):
"""AppConfig - Perl5 module for reading configuration files and parsing
command line arguments."""
homepage = "https://metacpan.org/pod/AppConfig"
url = "https://cpan.metacpan.org/authors/id/N/NE/NEILB/AppConfig-1.71.tar.gz"
version("1.71", sha256="1177027025ecb09ee64d9f9f255615c04db5e14f7536c344af632032eb887b0f")