perl-test-weaken: New package (#41540)

This commit is contained in:
Arne Becker 2023-12-11 18:33:04 +00:00 committed by GitHub
parent b8f90e1bdc
commit f0109e4afe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,20 @@
# Copyright 2013-2023 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
# Copyright 2023 EMBL-European Bioinformatics Institute
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
from spack.package import *
class PerlTestWeaken(PerlPackage):
"""Test that freed memory objects were, indeed, freed"""
homepage = "https://metacpan.org/pod/Test::Weaken"
url = "https://cpan.metacpan.org/authors/id/K/KR/KRYDE/Test-Weaken-3.022000.tar.gz"
maintainers("EbiArnie")
version("3.022000", sha256="2631a87121310262e0e96107a6fa0ed69487b7701520773bee5fa9accc295f5b")
depends_on("perl@5.6.0:", type=("build", "link", "run", "test"))