X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Build.PL;h=9dacd641ff78e664c6b7302d6144298dbd7cf68d;hb=55220128537eb26aecb974919c738783bd57e26c;hp=77a61ab5e01591cf26a48918f81b51ee09c99ee2;hpb=f37635779da2e61e7a53749d601dbdbb02f741ee;p=catagits%2FXML-Feed.git diff --git a/Build.PL b/Build.PL index 77a61ab..9dacd64 100644 --- a/Build.PL +++ b/Build.PL @@ -12,14 +12,15 @@ my $build = Module::Build 'DateTime::Format::Mail' => 0, 'DateTime::Format::W3CDTF' => 0, 'Feed::Find' => 0, + 'HTML::Entities' => 0, 'HTML::TokeParser' => 0, 'List::Util' => 0, 'LWP::UserAgent' => 0, 'Module::Pluggable' => 0, 'URI::Fetch' => 0, - 'XML::Atom' => 0.32, - 'XML::LibXML' => 1.66, - 'XML::RSS' => 1.37, + 'XML::Atom' => '0.37', + 'XML::LibXML' => '1.66', + 'XML::RSS' => '1.47', 'Test::More' => 0, }, create_makefile_pl => 'traditional',