From 67bcfc3fe5a24e48bb9d0720d5ea7b687db4e368 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Fri, 29 Dec 2017 10:15:02 -0500 Subject: Add some XS modules that we can use later to make things faster --- Makefile.PL | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile.PL') 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', -- cgit v1.2.3-24-g4f1b