Revert "Revert "oran-shell-release: release image for F""
[pti/rtp.git] / meta-starlingx / meta-stx-integ / recipes-devtools / perl / libtest-pod-perl_1.52.bb
1
2 DESCRIPTION = "Test::Pod - check for POD errors in files"
3 SECTION = "libs"
4 LICENSE = "Artistic-1.0 | GPL-1.0+"
5 LIC_FILES_CHKSUM = "file://README;beginline=26;md5=ea81140c3f3b2937c6490fc732471cd0"
6 HOMEPAGE = "https://github.com/perl-pod/test-pod/"
7 BBCLASSEXTEND = "native"
8 RDEPENDS_${PN} += " perl-module-test-more \
9                     perl-module-file-spec \
10                     perl-module-pod-simple \
11                     perl-module-test-builder-tester \
12                     "
13
14 SRC_URI ="http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Test-Pod-${PV}.tar.gz;name=test-pod-perl-${PV}"
15 SRC_URI[test-pod-perl-1.52.md5sum] = "472dda77746d48e6465bf62e47aeca81"
16 SRC_URI[test-pod-perl-1.52.sha256sum] = "60a8dbcc60168bf1daa5cc2350236df9343e9878f4ab9830970a5dde6fe8e5fc"
17 S = "${WORKDIR}/Test-Pod-${PV}"
18
19 inherit cpan