blob: 9e5b2b4d71048cc0d35fec6727109d40a0e918bd (
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 = "r7"
SRC_URI = "http://search.cpan.org/CPAN/authors/id/P/PE/PEVANS/Error-${PV}.tar.gz"
S = "${WORKDIR}/Error-${PV}"
inherit cpan
|