# Note: this file was auto-generated by Module::Build::Compat version 0.3800 use ExtUtils::MakeMaker; WriteMakefile ( 'NAME' => 'Text::Diff::HTML', 'VERSION_FROM' => 'lib/Text/Diff/HTML.pm', 'PREREQ_PM' => { 'HTML::Entities' => '0', 'Module::Build' => '0.2701', 'Test::More' => '0.17', 'Text::Diff' => '0.11' }, 'INSTALLDIRS' => 'site', 'EXE_FILES' => [], 'PL_FILES' => {} ) ;