perl-test-without-module: New package (#41541)

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

View File

@ -0,0 +1,18 @@
# 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 PerlTestWithoutModule(PerlPackage):
"""Test fallback behaviour in absence of modules"""
homepage = "https://metacpan.org/pod/Test::Without::Module"
url = "https://cpan.metacpan.org/authors/id/C/CO/CORION/Test-Without-Module-0.21.tar.gz"
maintainers("EbiArnie")
version("0.21", sha256="3cdeafadac4853ebeafe689346d555da5dfa3cfa9d4c84e3e5e7bfee50beec46")