From 133896a3775b59c73bd8b4bd91cb37fac1743f21 Mon Sep 17 00:00:00 2001 From: biopete Date: Thu, 1 Jun 2006 15:09:11 +0000 Subject: [PATCH] HTML::Element is now a prerequisite. git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@490 48953598-375a-da11-a14b-00016c27c3ee --- Makefile.PL | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.PL b/Makefile.PL index 08582be..efe9501 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -23,8 +23,9 @@ WriteMakefile( URI => 0, URI::QueryParam => 0, CGI::Simple => 0, - HTTP::Headers => 1.59, HTTP::Body => 0.5, + HTML::Element => 0, + HTTP::Headers => 1.59, Template => 0, Template::Plugin::Class => 0, Test::MockModule => 0, -- 2.39.2