summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/perl-class-inspector/package.py
blob: 2497dd05dd2fe841e07a7db2d6f7521327ce8ce4 (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 PerlClassInspector(PerlPackage):
    """Get information about a class and its structure"""

    homepage = "http://search.cpan.org/~plicease/Class-Inspector-1.32/lib/Class/Inspector.pm"
    url      = "http://search.cpan.org/CPAN/authors/id/P/PL/PLICEASE/Class-Inspector-1.32.tar.gz"

    version('1.32', 'db471d6ecf47fa054726553319b7c34f')