summaryrefslogtreecommitdiffstats
path: root/recipes/perl/libtest-differences-perl_0.47.bb
blob: e76f35ff0d624d20ad21d25d76ee485f69896cf3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
DESCRIPTION = "Test::Differences - Test strings and data structures and show differences if not ok"
SECTION = "libs"
LICENSE = "Artistic|GPL"
DEPENDS += "libtext-diff-perl-native"
RDEPENDS += "perl-module-carp perl-module-constant perl-module-exporter \
             perl-module-strict libtext-diff-perl"
PR = "r3"

SRC_URI = "http://search.cpan.org/CPAN/authors/id/R/RB/RBS/Test-Differences-${PV}.tar.gz"

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

inherit cpan