blob: 5b302ccc71d74e2e10f1f5889abe79fa66a7fd70 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
DESCRIPTION = "Error - Error/exception handling in an OO-ish way"
SECTION = "libs"
LICENSE = "Artistic|GPL"
RDEPENDS_${PN} = " \
perl-module-scalar-util \
perl-module-warnings \
"
PR = "r0"
SRC_URI = "http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/Error-${PV}.tar.gz;name=error-perl-${PV}"
SRC_URI[error-perl-0.17016.md5sum] = "eedcd3c6970568dd32092b5334328eff"
SRC_URI[error-perl-0.17016.sha256sum] = "f013a33ce33f324d6ff73ca074f34aa13f04bcec11e7f91c820c2e7b5e1979aa"
S = "${WORKDIR}/Error-${PV}"
inherit cpan
BBCLASSEXTEND="native"
PACKAGE_ARCH = "all"
|