# Note: this file was auto-generated by Module::Build::Compat version 0.2808_01 use ExtUtils::MakeMaker; WriteMakefile ( 'NAME' => 'Formatter::HTML::Textile', 'VERSION_FROM' => 'lib/Formatter/HTML/Textile.pm', 'PREREQ_PM' => { 'HTML::TokeParser' => 0, 'Test::More' => '0.47', 'Test::Signature' => '1.04', 'Text::Textile' => 0 }, 'INSTALLDIRS' => 'site', 'EXE_FILES' => [], 'PL_FILES' => {} ) ;