summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/perl-want/package.py
blob: f8196b1d7a76805038b060af40c1c12e8b3e053e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright 2013-2019 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 PerlWant(PerlPackage):
    """A generalisation of wantarray."""

    homepage = "search.cpan.org/~robin/Want/Want.pm"
    url      = "http://search.cpan.org/CPAN/authors/id/R/RO/ROBIN/Want-0.29.tar.gz"

    version('0.29', '33b2dae5db59781b9a0434fa1db04aab')