summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/perl-array-utils/package.py
blob: d8c19c49d438521ebce6dbedc9e3ca275b09d33b (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 PerlArrayUtils(PerlPackage):
    """Small utils for array manipulation"""

    homepage = "http://search.cpan.org/~zmij/Array-Utils/Utils.pm"
    url      = "http://search.cpan.org/CPAN/authors/id/Z/ZM/ZMIJ/Array/Array-Utils-0.5.tar.gz"

    version('0.5', 'ac15e6dce2c7c9d1855ecab9eb00aee6')