summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/perl/liberror-perl_0.17029.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/perl/liberror-perl_0.17029.bb')
-rw-r--r--meta/recipes-devtools/perl/liberror-perl_0.17029.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-devtools/perl/liberror-perl_0.17029.bb b/meta/recipes-devtools/perl/liberror-perl_0.17029.bb
index 038808f0cd..e38d32ac46 100644
--- a/meta/recipes-devtools/perl/liberror-perl_0.17029.bb
+++ b/meta/recipes-devtools/perl/liberror-perl_0.17029.bb
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=8f3499d09ee74a050c0319391ff9d100"
11 11
12DEPENDS += "perl" 12DEPENDS += "perl"
13 13
14RDEPENDS_${PN} += " \ 14RDEPENDS:${PN} += " \
15 perl-module-carp \ 15 perl-module-carp \
16 perl-module-exporter \ 16 perl-module-exporter \
17 perl-module-scalar-util \ 17 perl-module-scalar-util \
@@ -21,7 +21,7 @@ RDEPENDS_${PN} += " \
21 perl-module-warnings \ 21 perl-module-warnings \
22" 22"
23 23
24RDEPENDS_${PN}-ptest += " \ 24RDEPENDS:${PN}-ptest += " \
25 perl-module-base \ 25 perl-module-base \
26 perl-module-file-spec \ 26 perl-module-file-spec \
27 perl-module-io-handle \ 27 perl-module-io-handle \
@@ -39,7 +39,7 @@ S = "${WORKDIR}/Error-${PV}"
39 39
40inherit cpan ptest-perl 40inherit cpan ptest-perl
41 41
42do_install_prepend() { 42do_install:prepend() {
43 # test requires "-T" (taint) command line option 43 # test requires "-T" (taint) command line option
44 rm -rf ${B}/t/pod-coverage.t 44 rm -rf ${B}/t/pod-coverage.t
45} 45}