diff options
author | Kent Fredric <kentnl@gentoo.org> | 2017-10-01 04:29:34 +1300 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2017-10-01 04:30:28 +1300 |
commit | ed4d946fb02797a820518b848cd883b338a43e9f (patch) | |
tree | 74a6cbbfd03b2abce60b1817b75923cb156f6b3b /dev-perl/CGI-Compile/CGI-Compile-0.220.0.ebuild | |
parent | dev-python/nevow: Bump (diff) | |
download | gentoo-ed4d946fb02797a820518b848cd883b338a43e9f.tar.gz gentoo-ed4d946fb02797a820518b848cd883b338a43e9f.tar.bz2 gentoo-ed4d946fb02797a820518b848cd883b338a43e9f.zip |
dev-perl/CGI-Compile: Fix test failures re bug #614352
Don't be broken on Perl 5.26+ with PERL_USE_UNSAFE_INC=0
Closes: https://bugs.gentoo.org/614352
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'dev-perl/CGI-Compile/CGI-Compile-0.220.0.ebuild')
-rw-r--r-- | dev-perl/CGI-Compile/CGI-Compile-0.220.0.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-perl/CGI-Compile/CGI-Compile-0.220.0.ebuild b/dev-perl/CGI-Compile/CGI-Compile-0.220.0.ebuild index a3739fa0622e..3eaa6040e600 100644 --- a/dev-perl/CGI-Compile/CGI-Compile-0.220.0.ebuild +++ b/dev-perl/CGI-Compile/CGI-Compile-0.220.0.ebuild @@ -23,3 +23,4 @@ DEPEND="${RDEPEND} virtual/perl-Test-Simple ) " +PATCHES=("${FILESDIR}/${PN}-0.210.0-perl-526.patch") |