summaryrefslogtreecommitdiffstats
path: root/meta-perl/recipes-perl/libhtml/libhtml-tagset-perl_3.20.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-perl/recipes-perl/libhtml/libhtml-tagset-perl_3.20.bb')
-rw-r--r--meta-perl/recipes-perl/libhtml/libhtml-tagset-perl_3.20.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-perl/recipes-perl/libhtml/libhtml-tagset-perl_3.20.bb b/meta-perl/recipes-perl/libhtml/libhtml-tagset-perl_3.20.bb
index d6483cc5f..b506589f6 100644
--- a/meta-perl/recipes-perl/libhtml/libhtml-tagset-perl_3.20.bb
+++ b/meta-perl/recipes-perl/libhtml/libhtml-tagset-perl_3.20.bb
@@ -17,11 +17,11 @@ S = "${WORKDIR}/HTML-Tagset-${PV}"
17inherit cpan ptest-perl 17inherit cpan ptest-perl
18 18
19 19
20RDEPENDS_${PN} += "perl-module-strict perl-module-vars" 20RDEPENDS:${PN} += "perl-module-strict perl-module-vars"
21 21
22RDEPENDS_${PN}-ptest += "perl-module-test" 22RDEPENDS:${PN}-ptest += "perl-module-test"
23 23
24do_install_prepend() { 24do_install:prepend() {
25 # requires "-T" (taint) command line option 25 # requires "-T" (taint) command line option
26 rm -rf ${B}/t/pod.t 26 rm -rf ${B}/t/pod.t
27} 27}