1# Note: this file was auto-generated by Module::Build::Compat version 0.3800
2use ExtUtils::MakeMaker;
3WriteMakefile
4(
5  'NAME' => 'Text::WordDiff',
6  'VERSION_FROM' => 'lib/Text/WordDiff.pm',
7  'PREREQ_PM' => {
8                   'Algorithm::Diff' => '1.19',
9                   'File::Spec' => 0,
10                   'HTML::Entities' => '0',
11                   'Module::Build' => '0.2701',
12                   'Term::ANSIColor' => '0',
13                   'Test::More' => '0.17'
14                 },
15  'INSTALLDIRS' => 'site',
16  'EXE_FILES' => [],
17  'PL_FILES' => {}
18)
19;
20