diff options
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/CGI-Simple/CGI-Simple-1.115.0.ebuild | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/CGI-Simple/CGI-Simple-1.115.0.ebuild b/dev-perl/CGI-Simple/CGI-Simple-1.115.0.ebuild index 84223555a788..eea74921f7c3 100644 --- a/dev-perl/CGI-Simple/CGI-Simple-1.115.0.ebuild +++ b/dev-perl/CGI-Simple/CGI-Simple-1.115.0.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$ @@ -19,9 +19,12 @@ DEPEND="dev-perl/Module-Build test? ( dev-perl/libwww-perl dev-perl/IO-stringy - dev-perl/Test-Pod - dev-perl/Test-Pod-Coverage ) " SRC_TEST="do" + +src_test() { + perl_rm_files t/pod.t t/manifest.t t/pod-coverage.t + perl-module_src_test +} |