X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=d0a248bab1992900c73e65b4b188075f4e86152b;hb=47c3e6b3694ea55015f839be8f1a10e4141e6e4a;hp=3a754d4595952ba53f9515f2c30eaa6d4426c18a;hpb=1bb213fc84712fcc13431f4e48b0d0ad74aa7dc3;p=catagits%2FCatalyst-Action-REST.git diff --git a/Makefile.PL b/Makefile.PL index 3a754d4..d0a248b 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -13,8 +13,6 @@ requires 'Moose' => '1.03'; 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('Class::Inspector' => '1.13'); @@ -38,6 +36,16 @@ feature 'JSON (application/json) support', author_requires 'JSON' => '2.12'; author_requires 'JSON::XS' => '2.2222'; +feature 'YAML:Syck (for YAML)', + -default => 0, + 'YAML::Syck' => '0.67'; +author_requires 'YAML::Syck'; + +feature 'HTML::Parser (for HTML input)', + -default => 0, + 'HTML::Parser' => undef; +author_requires 'HTML::Parser'; + feature 'Data::Taxi (text/x-data-taxi) support (deprecated)', -default => 0, 'Data::Taxi' => undef;