X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Build.PL;h=9dacd641ff78e664c6b7302d6144298dbd7cf68d;hb=3c6e943beccfd314423a34e4d0872047446587ef;hp=929c271ff74b3a50feebba56de208f9fe7172ce6;hpb=b1aa7a6247d7de015c6cbb18a3cf010016b43f73;p=catagits%2FXML-Feed.git diff --git a/Build.PL b/Build.PL index 929c271..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::Atom' => '0.37', 'XML::LibXML' => '1.66', - 'XML::RSS' => '1.44', + 'XML::RSS' => '1.47', 'Test::More' => 0, }, create_makefile_pl => 'traditional',