use 5.8.0; # Note: this file was auto-generated by Module::Build::Compat version 0.35 use ExtUtils::MakeMaker; WriteMakefile ( 'NAME' => 'Pod::ToDocBook', 'VERSION_FROM' => 'lib/Pod/ToDocBook.pm', 'PREREQ_PM' => { 'Encode' => 0, 'Pod::Parser' => '0', 'Text::ParseWords' => 0, 'XML::ExtOn' => '0.12', 'XML::Flow' => '0', 'XML::SAX::Writer' => '0' }, 'INSTALLDIRS' => 'site', 'EXE_FILES' => [], 'PL_FILES' => {} ) ;