# Note: this file was auto-generated by Module::Build::Compat version 0.03 use ExtUtils::MakeMaker; WriteMakefile ( 'NAME' => 'Text::Restructured::Writer::LibXML', 'VERSION_FROM' => 'lib/Text/Restructured/Writer/LibXML.pm', 'PREREQ_PM' => { 'Test::More' => '0', 'Text::Restructured' => '0.003031', 'XML::LibXML' => '1.61', 'XML::LibXML::XPathContext' => '1.61' }, 'INSTALLDIRS' => 'site', 'EXE_FILES' => [], 'PL_FILES' => {} ) ;