X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=317c0be3ca81d224854c2a785b2f9ca71e647cae;hb=8aa1a2eeb6a2f0170ca8548a3862eb874b07238b;hp=8b0ce01e84eb6befff591b9ed0e9880aa00a2bf1;hpb=3b7e1144a3bd958ae03da8ee82a2acdb6975b6d9;p=catagits%2FCatalyst-Action-Serialize-Data-Serializer.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');