summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/perl-contextual-return/package.py
blob: 84a86508479c9eebbc3941b2ff8722713d93693e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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 PerlContextualReturn(PerlPackage):
    """Create context-sensitive return values"""

    homepage = "https://metacpan.org/pod/Contextual::Return"
    url = "http://search.cpan.org/CPAN/authors/id/D/DC/DCONWAY/Contextual-Return-0.004014.tar.gz"

    license("GPL-1.0-or-later OR Artistic-1.0-Perl")

    version("0.004014", sha256="09fe1415e16e49a69e13c0ef6e6a4a3fd8b856f389d3f3e624d7ab3b71719f78")

    depends_on("perl-want")