# Note: this file was auto-generated by Module::Build::Compat version 0.40
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'Text::Perfide::BookCleaner',
  'VERSION_FROM' => 'lib/Text/Perfide/BookCleaner.pm',
  'PREREQ_PM' => {
                   'Biblio::Thesaurus' => 0,
                   'Roman' => 0,
                   'Inline::Files' => 0,
                   'Test::More' => 0,
                   'Test::Output' => 0
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [
                   'bin/bookcleaner',
                   'bin/chars',
                   'bin/footnotes',
                   'bin/pages',
                   'bin/pages2',
                   'bin/paragraphs',
                   'bin/sections',
                   'bin/unbookcleaner'
                 ],
  'PL_FILES' => {}
)
;
