summaryrefslogtreecommitdiffstats
path: root/Makefile.PL
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2017-04-13 22:19:44 +0200
committerDylan William Hardison <dylan@hardison.net>2017-04-18 15:52:34 +0200
commitcfded4d89f7059a92239b0eb9daa452d9019e9fd (patch)
treedfb83a0af898c68d0a12b5c393214e591a6b48ca /Makefile.PL
parenta05a88ce677419342d0159d73c159558899b277d (diff)
downloadbugzilla-cfded4d89f7059a92239b0eb9daa452d9019e9fd.tar.gz
bugzilla-cfded4d89f7059a92239b0eb9daa452d9019e9fd.tar.xz
Bug 1355142 - Implement trick_taint in terms of Taint::Util::untaint()
Diffstat (limited to 'Makefile.PL')
-rwxr-xr-xMakefile.PL1
1 files changed, 1 insertions, 0 deletions
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',