spack/var/spack/repos/builtin/packages/perl-test-fatal/package.py
2022-07-31 13:29:20 -07:00

18 lines
624 B
Python

# Copyright 2013-2022 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 PerlTestFatal(PerlPackage):
"""Incredibly simple helpers for testing code with exceptions"""
homepage = "https://metacpan.org/pod/Test::Fatal"
url = "http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Test-Fatal-0.014.tar.gz"
version("0.014", sha256="bcdcef5c7b2790a187ebca810b0a08221a63256062cfab3c3b98685d91d1cbb0")
depends_on("perl-try-tiny", type=("build", "run"))