summaryrefslogtreecommitdiffstats
path: root/Makefile.PL
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2017-12-29 16:15:02 +0100
committerGitHub <noreply@github.com>2017-12-29 16:15:02 +0100
commit67bcfc3fe5a24e48bb9d0720d5ea7b687db4e368 (patch)
tree6d578a84b86fdf4ced558f2d55d846ca94a9d6c8 /Makefile.PL
parent23fb54b4a9cdedb66854b5a586754d3489641590 (diff)
downloadbugzilla-67bcfc3fe5a24e48bb9d0720d5ea7b687db4e368.tar.gz
bugzilla-67bcfc3fe5a24e48bb9d0720d5ea7b687db4e368.tar.xz
Add some XS modules that we can use later to make things faster
Diffstat (limited to 'Makefile.PL')
-rwxr-xr-xMakefile.PL4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL
index c8eb6dec5..bfeaafa43 100755
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -67,6 +67,10 @@ my %requires = (
'version' => '0.87',
'Taint::Util' => 0,
'Devel::NYTProf' => 0,
+ 'Class::XSAccessor' => '1.18',
+ 'HTML::Escape' => '1.10',
+ 'URI::Escape::XS' => '0.14',
+ 'Sereal' => '4.004',
);
my %build_requires = (
'ExtUtils::MakeMaker' => '7.22',