# Note: this file was auto-generated by Module::Build::Compat version 0.03 use ExtUtils::MakeMaker; WriteMakefile ( 'NAME' => 'Text::Template::Inline', 'VERSION_FROM' => 'lib/Text/Template/Inline.pm', 'PREREQ_PM' => { 'Scalar::Util' => '0', 'Test::Exception' => '0', 'Test::Simple' => '0' }, 'INSTALLDIRS' => 'site', 'EXE_FILES' => [], 'PL_FILES' => {} ) ;