blob: b26af13d84acb0b6d6cc1d004161d394b8fe1047 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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 = "r7"
SRC_URI = "http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Exception-Class-${PV}.tar.gz"
S = "${WORKDIR}/Exception-Class-${PV}"
inherit cpan
|