X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=317c0be3ca81d224854c2a785b2f9ca71e647cae;hb=1f22d6b363c1287923ac8333ebc67b6d0d735786;hp=8b0ce01e84eb6befff591b9ed0e9880aa00a2bf1;hpb=5ec67ed494d368fdcc2b3627fed22a770f1fdef6;p=catagits%2FCatalyst-Action-REST.git diff --git a/Makefile.PL b/Makefile.PL index 8b0ce01..317c0be 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -14,6 +14,7 @@ requires 'namespace::autoclean'; requires('Catalyst::Runtime' => '5.80030'); requires('Params::Validate' => '0.76'); requires('YAML::Syck' => '0.67'); +requires('HTML::Parser' => undef); requires('Module::Pluggable::Object' => undef); requires('LWP::UserAgent' => '2.033'); requires('Data::Serializer' => '0.36');