summaryrefslogtreecommitdiffstats
path: root/Makefile.PL
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-04-10 23:35:23 +0200
committerGitHub <noreply@github.com>2018-04-10 23:35:23 +0200
commit8ba7aa6be8fb5689634c453fd505822d02f586a6 (patch)
tree6b3026bfc5302fdb453ae008e9101682c91b8740 /Makefile.PL
parentd427f996e5248e0dcb8d6a83b8234bd12d674b98 (diff)
downloadbugzilla-8ba7aa6be8fb5689634c453fd505822d02f586a6.tar.gz
bugzilla-8ba7aa6be8fb5689634c453fd505822d02f586a6.tar.xz
Bug 1453126 - Bugzilla::Bloomfilter should encourage preserving the input files for its filters
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 9f56cd487..4cea5b066 100755
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -48,6 +48,7 @@ my %requires = (
'Email::MIME' => '1.904',
'Email::Send' => '1.911',
'File::Slurp' => '9999.13',
+ 'File::Slurper' => '0.012',
'Future' => '0.34',
'HTML::Escape' => '1.10',
'IPC::System::Simple' => 0,