perl-appconfig: add v1.71 (#34685)
This commit is contained in:
parent
d02c71e443
commit
04ad42e5ee
16
var/spack/repos/builtin/packages/perl-appconfig/package.py
Normal file
16
var/spack/repos/builtin/packages/perl-appconfig/package.py
Normal 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")
|
Loading…
Reference in New Issue
Block a user