The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# Note: this file was auto-generated by Module::Build::Compat version 0.3800
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'Text::WordDiff',
  'VERSION_FROM' => 'lib/Text/WordDiff.pm',
  'PREREQ_PM' => {
                   'Algorithm::Diff' => '1.19',
                   'File::Spec' => 0,
                   'HTML::Entities' => '0',
                   'Module::Build' => '0.2701',
                   'Term::ANSIColor' => '0',
                   'Test::More' => '0.17'
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [],
  'PL_FILES' => {}
)
;