Added an image() method to Feed objects.
[catagits/XML-Feed.git] / Build.PL
index dfe43d4..8b604f8 100644 (file)
--- a/Build.PL
+++ b/Build.PL
@@ -1,4 +1,4 @@
-# $Id: Build.PL 918 2004-05-29 17:29:55Z btrott $
+# $Id$
 use Module::Build;
 
 my $build = Module::Build
@@ -12,13 +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.23,
-                          'XML::LibXML'                => 1.66,
-                          'XML::RSS'                   => 1.01,
+                          'XML::Atom'                  => '0.38',
+                          'XML::LibXML'                => '1.66',
+                          'XML::RSS'                   => '1.47',
                           'Test::More'                 => 0,
                         },
          create_makefile_pl => 'traditional',