summaryrefslogtreecommitdiffstats
path: root/recipes/perl/libtest-exception-perl_0.22.bb
blob: 021770b01aae7a7cd40fe78a53634c3279a6c9da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
DESCRIPTION = "Test::Exception - Test exception based code"
SECTION = "libs"
LICENSE = "Artistic|GPL"
DEPENDS += "libsub-uplevel-perl-native"
RDEPENDS += "perl-module-base perl-module-carp perl-module-strict \
             libsub-uplevel-perl perl-module-test-builder \
             perl-module-warnings"
PR = "r3"

SRC_URI = "http://search.cpan.org/CPAN/authors/id/A/AD/ADIE/Test-Exception-${PV}.tar.gz"

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

inherit cpan