aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/perl/libtest-exception-perl_0.22.bb
blob: 5b2fdd66160e532e560459bf0a125c5b72b04add (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
DESCRIPTION = "Test::Exception - Test exception based code"
SECTION = "libs"
LICENSE = "Artistic|GPLv1+"
DEPENDS += "libsub-uplevel-perl-native"
RDEPENDS_${PN} += "perl-module-base perl-module-carp perl-module-strict \
             libsub-uplevel-perl perl-module-test-builder \
             perl-module-warnings"
PR = "r6"

SRC_URI = "http://search.cpan.org/CPAN/authors/id/A/AD/ADIE/Test-Exception-${PV}.tar.gz"
SRC_URI[md5sum] = "dcf44183af3d26b14d7f989fc5ee1117"
SRC_URI[sha256sum] = "98b129aa38a729f9c63b3ae2118b500f76bcf3456bb03a5f049f67ddea7efc81"

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

inherit cpan

BBCLASSEXTEND="native"