From b31c89b11009e9f983ba7a9bbbf9cc4cb22c2277 Mon Sep 17 00:00:00 2001 From: Christopher Christofi <77968333+ChristopherChristofi@users.noreply.github.com> Date: Thu, 30 Nov 2023 20:46:24 +0000 Subject: perl-carp-assert: add new package with version 0.22 (#41347) * perl-carp-assert: add new package with version 0.22 * fix style --- .../repos/builtin/packages/perl-carp-assert/package.py | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 var/spack/repos/builtin/packages/perl-carp-assert/package.py diff --git a/var/spack/repos/builtin/packages/perl-carp-assert/package.py b/var/spack/repos/builtin/packages/perl-carp-assert/package.py new file mode 100644 index 0000000000..b95f3e4fad --- /dev/null +++ b/var/spack/repos/builtin/packages/perl-carp-assert/package.py @@ -0,0 +1,17 @@ +# Copyright 2013-2023 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 PerlCarpAssert(PerlPackage): + """Carp::Assert - executable comments.""" + + homepage = "https://metacpan.org/pod/Carp::Assert" + url = "https://cpan.metacpan.org/authors/id/Y/YV/YVES/Carp-Assert-0.22.tar.gz" + + version("0.22", sha256="807ea97c6bed76ac2e4969efba7dae48fefeb9f28797f112671b3ac8a49355f7") + + depends_on("perl-extutils-makemaker", type="build") -- cgit v1.2.3-70-g09d2