# Note: this file was auto-generated by Module::Build::Compat version 0.03 use ExtUtils::MakeMaker; WriteMakefile ( 'NAME' => 'HTML::FormatText::WithLinks', 'VERSION_FROM' => 'lib/HTML/FormatText/WithLinks.pm', 'PREREQ_PM' => { 'HTML::FormatText' => '0', 'HTML::TreeBuilder' => '0', 'Test::More' => '0', 'URI::WithBase' => '0' }, 'INSTALLDIRS' => 'site', 'EXE_FILES' => [], 'PL_FILES' => {} ) ;