diff --git a/dev-perl/CryptX/CryptX-0.25.0.ebuild b/dev-perl/CryptX/CryptX-0.25.0.ebuild index 30b3de9e59f3f..84ba2e02faa2f 100644 --- a/dev-perl/CryptX/CryptX-0.25.0.ebuild +++ b/dev-perl/CryptX/CryptX-0.25.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$ @@ -25,3 +25,8 @@ DEPEND="${RDEPEND} " SRC_TEST="do parallel" + +src_test() { + perl_rm_files t/003_all_pm_pod.t + perl-module_src_test +}