# Note: this file was auto-generated by Module::Build::Compat version 0.3800 use ExtUtils::MakeMaker; WriteMakefile ( 'NAME' => 'XML::Feed', 'VERSION_FROM' => 'lib/XML/Feed.pm', 'PREREQ_PM' => { 'Class::ErrorHandler' => 0, 'DateTime' => 0, 'DateTime::Format::Mail' => 0, 'DateTime::Format::W3CDTF' => 0, 'Feed::Find' => 0, 'HTML::Entities' => 0, 'HTML::TokeParser' => 0, 'LWP::UserAgent' => 0, 'List::Util' => 0, 'Module::Pluggable' => 0, 'Test::More' => 0, 'URI::Fetch' => 0, 'XML::Atom' => '0.37', 'XML::LibXML' => '1.66', 'XML::RSS' => '1.47' }, 'INSTALLDIRS' => 'site', 'EXE_FILES' => [], 'PL_FILES' => {} ) ;