aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/perl
diff options
context:
space:
mode:
authorRoman I Khimov <khimov@altell.ru>2010-03-16 16:13:06 +0300
committerRoman I Khimov <khimov@altell.ru>2010-03-24 00:45:58 +0300
commit40e6e9f6583b84a4df201b0a17c0dfe6ffa57825 (patch)
tree8e9a18c6c523b91a79d49c2d2e5e4b18355902cb /recipes/perl
parenta582a84259202a21ba5e89e4e4ac8908e45caa06 (diff)
downloadopenembedded-40e6e9f6583b84a4df201b0a17c0dfe6ffa57825.tar.gz
libtest-pod-perl: add Test::Pod Perl module
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Diffstat (limited to 'recipes/perl')
-rw-r--r--recipes/perl/libtest-pod-perl_1.42.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/perl/libtest-pod-perl_1.42.bb b/recipes/perl/libtest-pod-perl_1.42.bb
new file mode 100644
index 0000000000..9bfbde1e98
--- /dev/null
+++ b/recipes/perl/libtest-pod-perl_1.42.bb
@@ -0,0 +1,16 @@
+DESCRIPTION = "Test::Pod - check for POD errors in files"
+SECTION = "libs"
+LICENSE = "Artistic|GPL"
+BBCLASSEXTEND = "native"
+RDEPENDS_${PN} += "perl-module-test-more perl-module-file-spec perl-module-module-build perl-module-pod-simple"
+PR = "r0"
+
+SRC_URI = "http://search.cpan.org/CPAN/authors/id/D/DW/DWHEELER/Test-Pod-${PV}.tar.gz;name=test-pod-perl-${PV}"
+SRC_URI[test-pod-perl-1.42.md5sum] = "9c9b7ff52ea339aecbf247cd573df238"
+SRC_URI[test-pod-perl-1.42.sha256sum] = "ea6de469a8db6549381e41095055bc3741aadf0d353aa1bd5b6e441bc500a79c"
+
+S = "${WORKDIR}/Test-Pod-${PV}"
+
+inherit cpan_build
+
+PACKAGE_ARCH = "all"