The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# Note: this file was auto-generated by Module::Build::Compat version 0.340201
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'CGI::Application::Plugin::TT',
          'VERSION_FROM' => 'lib/CGI/Application/Plugin/TT.pm',
          'PREREQ_PM' => {
                           'CGI::Application' => '4.0',
                           'Class::ISA' => 0,
                           'File::Spec' => 0,
                           'Scalar::Util' => 0,
                           'Template' => '2.0'
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => [],
          'PL_FILES' => {}
        )
;