# Note: this file was auto-generated by Module::Build::Compat version 0.03
use ExtUtils::MakeMaker;
WriteMakefile
(
          'PL_FILES' => {},
          'INSTALLDIRS' => 'site',
          'NAME' => 'HTML::TextToHTML',
          'EXE_FILES' => [
                           'scripts/txt2html'
                         ],
          'VERSION_FROM' => 'scripts/txt2html',
          'PREREQ_PM' => {
                           'Getopt::Long' => 0,
                           'Pod::Usage' => 0,
                           'Getopt::ArgvFile' => 0,
                           'YAML::Syck' => 0,
                           'Test::More' => 0,
                           'Module::Build' => '0.26',
                           'File::Basename' => 0
                         }
        )
;
