blob: b41b4ce50e3f34a82fd311a4677a6665931272af (
plain)
1
2
3
4
5
6
7
8
9
10
|
DESCRIPTION = "Error - Error/exception handling in an OO-ish way"
SECTION = "libs"
LICENSE = "Artistic|GPL"
PR = "r4"
SRC_URI = "http://search.cpan.org/CPAN/authors/id/P/PE/PEVANS/Error-${PV}.tar.gz"
S = "${WORKDIR}/Error-${PV}"
inherit cpan
|