spack/var/spack/repos/builtin/packages/perl-data-dump/package.py

22 lines
690 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 PerlDataDump(PerlPackage):
"""Pretty printing of data structures"""
homepage = "https://metacpan.org/pod/Data::Dump"
url = "https://cpan.metacpan.org/authors/id/G/GA/GARU/Data-Dump-1.25.tar.gz"
maintainers("EbiArnie")
license("Artistic-1.0-Perl OR GPL-1.0-or-later")
version("1.25", sha256="a4aa6e0ddbf39d5ad49bddfe0f89d9da864e3bc00f627125d1bc580472f53fbd")
depends_on("perl@5.6.0:", type=("build", "link", "run", "test"))