Merge branch 'opendreambox-1.6' into vuplus-1.6
[vuplus_openembedded] / recipes / perl / libtest-differences-perl_0.47.bb
1 DESCRIPTION = "Test::Differences - Test strings and data structures and show differences if not ok"
2 SECTION = "libs"
3 LICENSE = "Artistic|GPL"
4 DEPENDS += "libtext-diff-perl-native"
5 RDEPENDS += "perl-module-carp perl-module-constant perl-module-exporter \
6              perl-module-strict libtext-diff-perl"
7 PR = "r3"
8
9 SRC_URI = "http://search.cpan.org/CPAN/authors/id/R/RB/RBS/Test-Differences-${PV}.tar.gz"
10
11 S = "${WORKDIR}/Test-Differences-${PV}"
12
13 inherit cpan