From cfded4d89f7059a92239b0eb9daa452d9019e9fd Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Thu, 13 Apr 2017 16:19:44 -0400 Subject: Bug 1355142 - Implement trick_taint in terms of Taint::Util::untaint() --- Makefile.PL | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.PL') diff --git a/Makefile.PL b/Makefile.PL index 4499aec1d..d3ee9ae89 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -61,6 +61,7 @@ my %requires = ( 'Throwable' => 0, 'URI' => '1.55', 'version' => '0.87', + 'Taint::Util' => 0, ); my %build_requires = ( 'ExtUtils::MakeMaker' => '6.57_07', -- cgit v1.2.3-24-g4f1b