18 lines
613 B
Python
18 lines
613 B
Python
# Copyright 2013-2024 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 PerlCanaryStability(PerlPackage):
|
|
"""Canary to check perl compatibility for schmorp's modules"""
|
|
|
|
homepage = "https://metacpan.org/pod/Canary::Stability"
|
|
url = "https://cpan.metacpan.org/authors/id/M/ML/MLEHMANN/Canary-Stability-2013.tar.gz"
|
|
|
|
maintainers("EbiArnie")
|
|
|
|
version("2013", sha256="a5c91c62cf95fcb868f60eab5c832908f6905221013fea2bce3ff57046d7b6ea")
|