summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/perl-contextual-return/package.py
blob: 752e807eab9485303167de2f84545ac52f5c80ef (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright 2013-2018 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 import *


class PerlContextualReturn(PerlPackage):
    """Create context-sensitive return values"""

    homepage = "http://search.cpan.org/~dconway/Contextual-Return/lib/Contextual/Return.pm"
    url      = "http://search.cpan.org/CPAN/authors/id/D/DC/DCONWAY/Contextual-Return-0.004014.tar.gz"

    version('0.004014', '5cb31f1637c17af6a8e5b852d820af79')

    depends_on('perl-want')