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