aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/perl/libclass-inspector-perl_1.24.bb
blob: 96ea3448a3c19a1d981217a29f343495b9e052ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
DESCRIPTION = "Class::Inspector - Get information about a class and its structure"
SECTION = "libs"
LICENSE = "Artistic|GPLv1+"
PR = "r1"

SRC_URI = "http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/Class-Inspector-${PV}.tar.gz"

S = "${WORKDIR}/Class-Inspector-${PV}"
SRC_URI[md5sum] = "609189b49f64d329a6e413e0a6d8724a"
SRC_URI[sha256sum] = "0a70cac1276d33e5408d3ad4297b3732a2299f7ff463d94ab7d384f2c6b11a66"

inherit cpan

BBCLASSEXTEND="native"