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