summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorChristopher Christofi <77968333+ChristopherChristofi@users.noreply.github.com>2022-12-29 09:55:41 +0000
committerGitHub <noreply@github.com>2022-12-29 10:55:41 +0100
commit04ad42e5ee515fd5b86503974bfc9c933c31e897 (patch)
tree68d47474f71a608e08e00f14fe3106da7808b1d9 /var
parentd02c71e44345485ea3f9a931a37d8436d7b0363a (diff)
downloadspack-04ad42e5ee515fd5b86503974bfc9c933c31e897.tar.gz
spack-04ad42e5ee515fd5b86503974bfc9c933c31e897.tar.bz2
spack-04ad42e5ee515fd5b86503974bfc9c933c31e897.tar.xz
spack-04ad42e5ee515fd5b86503974bfc9c933c31e897.zip
perl-appconfig: add v1.71 (#34685)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/perl-appconfig/package.py16
1 files changed, 16 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/perl-appconfig/package.py b/var/spack/repos/builtin/packages/perl-appconfig/package.py
new file mode 100644
index 0000000000..e244ec0a6f
--- /dev/null
+++ b/var/spack/repos/builtin/packages/perl-appconfig/package.py
@@ -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")