From: biopete Date: Thu, 1 Jun 2006 15:09:11 +0000 (+0000) Subject: HTML::Element is now a prerequisite. X-Git-Tag: 2.11~30 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=maypole.git;a=commitdiff_plain;h=133896a3775b59c73bd8b4bd91cb37fac1743f21 HTML::Element is now a prerequisite. git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@490 48953598-375a-da11-a14b-00016c27c3ee --- 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,