perl-carp-assert: add new package with version 0.22 (#41347)

* perl-carp-assert: add new package with version 0.22
* fix style
This commit is contained in:
Christopher Christofi 2023-11-30 20:46:24 +00:00 committed by GitHub
parent bc4f3d6cbd
commit b31c89b110
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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")