Merge pull request #2 from szabgab/master
[catagits/XML-Feed.git] / Build.PL
index a920adb..9dacd64 100644 (file)
--- 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.40',
+                          'XML::RSS'                   => '1.47',
                           'Test::More'                 => 0,
                         },
          create_makefile_pl => 'traditional',