blob: a66a39182e8eef777c6c26ab32262e135cb5b68e (
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 = "r2"
SRC_URI = "http://search.cpan.org/CPAN/authors/id/R/RB/RBS/Test-Differences-${PV}.tar.gz"
S = "${WORKDIR}/Test-Differences-${PV}"
inherit cpan
|