diff options
Diffstat (limited to 'recipes/perl/libtest-differences-perl_0.47.bb')
-rw-r--r-- | recipes/perl/libtest-differences-perl_0.47.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/perl/libtest-differences-perl_0.47.bb b/recipes/perl/libtest-differences-perl_0.47.bb new file mode 100644 index 0000000000..e76f35ff0d --- /dev/null +++ b/recipes/perl/libtest-differences-perl_0.47.bb @@ -0,0 +1,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 |