# 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 PerlExtutilsConfig(PerlPackage): """ExtUtils::Config - A wrapper for perl's configuration""" homepage = "https://metacpan.org/pod/ExtUtils::Config" url = "https://cpan.metacpan.org/authors/id/L/LE/LEONT/ExtUtils-Config-0.008.tar.gz" license("GPL-1.0-or-later OR Artistic-1.0-Perl") version("0.008", sha256="ae5104f634650dce8a79b7ed13fb59d67a39c213a6776cfdaa3ee749e62f1a8c")