perl-test-without-module: New package (#41541)
This commit is contained in:
parent
8b9064e5e4
commit
b8f90e1bdc
@ -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")
|
Loading…
Reference in New Issue
Block a user