/usr/local/CPAN/XML-Feed-Format-hAtom/Makefile.PL


# Note: this file was auto-generated by Module::Build::Compat version 0.03
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'XML::Feed::Format::hAtom',
          'VERSION_FROM' => 'lib/XML/Feed/Format/hAtom.pm',
          'PREREQ_PM' => {
                           'Data::Microformat' => '0.04',
                           'HTML::Entities' => '0',
                           'Test::More' => '0',
                           'XML::Feed' => '0.3'
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => [],
          'PL_FILES' => {}
        )
;