nbd: Recipe for 2.9.11
[openembedded/mini2440.git] / recipes / perl / libexception-class-perl_1.23.bb
blobb26af13d84acb0b6d6cc1d004161d394b8fe1047
1 DESCRIPTION = "Exception::Class - A module that allows you to declare real exception classes in Perl"
2 SECTION = "libs"
3 LICENSE = "Artistic|GPL"
4 DEPENDS = "libclass-data-inheritable-perl-native libdevel-stacktrace-perl-native"
5 RDEPENDS = "libclass-data-inheritable-perl libdevel-stacktrace-perl"
6 PR = "r7"
8 SRC_URI = "http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Exception-Class-${PV}.tar.gz"
10 S = "${WORKDIR}/Exception-Class-${PV}"
12 inherit cpan