summaryrefslogtreecommitdiffstats
path: root/recipes/perl/libclass-inspector-perl_1.24.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/perl/libclass-inspector-perl_1.24.bb')
-rw-r--r--recipes/perl/libclass-inspector-perl_1.24.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/perl/libclass-inspector-perl_1.24.bb b/recipes/perl/libclass-inspector-perl_1.24.bb
new file mode 100644
index 0000000000..176c68fa23
--- /dev/null
+++ b/recipes/perl/libclass-inspector-perl_1.24.bb
@@ -0,0 +1,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"