/usr/local/CPAN/Module-Compile-TT/Makefile.PL


# Note: this file was auto-generated by Module::Build::Compat version 0.03
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'Module::Compile::TT',
          'VERSION_FROM' => 'lib/tt.pm',
          'PREREQ_PM' => {
                           'Module::Compile' => '0',
                           'Template' => '0',
                           'ok' => '0'
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => [],
          'PL_FILES' => {}
        )
;