nbd: Recipe for 2.9.11
[openembedded/mini2440.git] / recipes / perl / libtest-differences-perl_0.47.bb
blobe76f35ff0d624d20ad21d25d76ee485f69896cf3
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"
9 SRC_URI = "http://search.cpan.org/CPAN/authors/id/R/RB/RBS/Test-Differences-${PV}.tar.gz"
11 S = "${WORKDIR}/Test-Differences-${PV}"
13 inherit cpan