summaryrefslogtreecommitdiffstats
path: root/Makefile.PL
diff options
context:
space:
mode:
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',