1# Note: this file was auto-generated by Module::Build::Compat version 0.4231
2require 5.010000;
3use ExtUtils::MakeMaker;
4WriteMakefile
5(
6  'NAME' => 'XML::Feed',
7  'VERSION_FROM' => 'lib/XML/Feed.pm',
8  'PREREQ_PM' => {
9                   'Class::ErrorHandler' => 0,
10                   'DateTime' => 0,
11                   'DateTime::Format::Flexible' => 0,
12                   'DateTime::Format::ISO8601' => 0,
13                   'DateTime::Format::Mail' => 0,
14                   'DateTime::Format::Natural' => 0,
15                   'DateTime::Format::W3CDTF' => 0,
16                   'Feed::Find' => 0,
17                   'HTML::Entities' => 0,
18                   'HTML::TokeParser' => 0,
19                   'LWP::UserAgent' => 0,
20                   'List::Util' => 0,
21                   'Module::Pluggable' => 0,
22                   'Scalar::Util' => 0,
23                   'Test::More' => 0,
24                   'URI' => 0,
25                   'URI::Fetch' => 0,
26                   'XML::Atom' => '0.38',
27                   'XML::LibXML' => '1.66',
28                   'XML::RSS' => '1.47',
29                   'XML::XPath' => 0
30                 },
31  'INSTALLDIRS' => 'site',
32  'EXE_FILES' => [],
33  'PL_FILES' => {}
34)
35;
36