diff options
Diffstat (limited to 'dev-perl/Crypt-SMIME/Crypt-SMIME-0.160.0-r1.ebuild')
-rw-r--r-- | dev-perl/Crypt-SMIME/Crypt-SMIME-0.160.0-r1.ebuild | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/dev-perl/Crypt-SMIME/Crypt-SMIME-0.160.0-r1.ebuild b/dev-perl/Crypt-SMIME/Crypt-SMIME-0.160.0-r1.ebuild index 7c5fc68148be..59fb829b0130 100644 --- a/dev-perl/Crypt-SMIME/Crypt-SMIME-0.160.0-r1.ebuild +++ b/dev-perl/Crypt-SMIME/Crypt-SMIME-0.160.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -28,8 +28,11 @@ DEPEND="${RDEPEND} dev-perl/Test-Exception virtual/perl-Test-Simple >=dev-perl/Test-Taint-1.60.0 - dev-perl/Test-Dependencies - >=dev-perl/Test-Pod-1.140.0 - >=dev-perl/Test-Pod-Coverage-1.40.0 ) " + +src_test() { + perl_rm_files t/boilerplate.t t/manifest.t t/dependencies.t \ + t/pod-coverage.t t/pod.t + perl-module_src_test +} |