aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/perl/libexception-class-perl_1.23.bb
blob: bcab433806b20423db96d1c473bd8ba0e5272933 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
DESCRIPTION = "Exception::Class - A module that allows you to declare real exception classes in Perl"
SECTION = "libs"
LICENSE = "Artistic|GPL"
DEPENDS = "libclass-data-inheritable-perl-native libdevel-stacktrace-perl-native"
RDEPENDS = "libclass-data-inheritable-perl libdevel-stacktrace-perl"
PR = "r8"

SRC_URI = "http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Exception-Class-${PV}.tar.gz"

S = "${WORKDIR}/Exception-Class-${PV}"

inherit cpan

BBCLASSEXTEND="native"