blob: 176c68fa235070326b30e42f46e9ef55f46c5998 (
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|GPL"
PR = "r0"
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"
|