[oe-commits] Roman I Khimov : libtest-pod-perl: add Test::Pod Perl module

git version control git at git.openembedded.org
Fri Mar 19 21:01:57 UTC 2010


Module: openembedded.git
Branch: rik/perl-5.10
Commit: 24c1ebd30658664bae793bb2bf158e4b2b8bfc0e
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=24c1ebd30658664bae793bb2bf158e4b2b8bfc0e

Author: Roman I Khimov <khimov at altell.ru>
Date:   Tue Mar 16 16:13:06 2010 +0300

libtest-pod-perl: add Test::Pod Perl module

Signed-off-by: Roman I Khimov <khimov at altell.ru>

---

 recipes/perl/libtest-pod-perl_1.42.bb |   14 ++++++++++++++
 1 files changed, 14 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 0000000..04df2e6
--- /dev/null
+++ b/recipes/perl/libtest-pod-perl_1.42.bb
@@ -0,0 +1,14 @@
+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
\ No newline at end of file





More information about the Openembedded-commits mailing list