16 lines
611 B
Python
16 lines
611 B
Python
# 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 PerlPackageDeprecationmanager(PerlPackage):
|
|
"""Manage deprecation warnings for your distribution"""
|
|
|
|
homepage = "http://search.cpan.org/~drolsky/Package-DeprecationManager-0.17/lib/Package/DeprecationManager.pm"
|
|
url = "http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Package-DeprecationManager-0.17.tar.gz"
|
|
|
|
version('0.17', '7b46e92aaae3047ede3c67c1714ab88e')
|