perl-test-nowarnings: New package (#41539)

* perl-test-nowarnings: New package
* Add myself as maintainer
This commit is contained in:
Arne Becker 2023-12-11 18:37:52 +00:00 committed by GitHub
parent 44604708ad
commit 239d343588
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 PerlTestNowarnings(PerlPackage):
"""Make sure you didn't emit any warnings while testing"""
homepage = "https://metacpan.org/pod/Test::NoWarnings"
url = "https://cpan.metacpan.org/authors/id/H/HA/HAARG/Test-NoWarnings-1.06.tar.gz"
maintainers("EbiArnie")
version("1.06", sha256="c2dc51143b7eb63231210e27df20d2c8393772e0a333547ec8b7a205ed62f737")
depends_on("perl@5.6.0:", type=("build", "link", "run", "test"))