aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/perl/liberror-perl_0.17004.bb
blob: 6a1fddc45912bdc83121f8c4dc4752b1ea5c4b0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
DESCRIPTION = "Error - Error/exception handling in an OO-ish way"
SECTION = "libs"
LICENSE = "Artistic|GPL"
PR = "r8"

SRC_URI = "http://search.cpan.org/CPAN/authors/id/P/PE/PEVANS/Error-${PV}.tar.gz"

S = "${WORKDIR}/Error-${PV}"

inherit cpan

BBCLASSEXTEND="native"