# Note: this file was auto-generated by Module::Build::Compat version 0.32 use ExtUtils::MakeMaker; WriteMakefile ( 'INSTALLDIRS' => 'site', 'NAME' => 'CGI::Application', 'EXE_FILES' => [], 'VERSION_FROM' => 'lib/CGI/Application.pm', 'PREREQ_PM' => { 'Test::More' => '0.47', 'HTML::Template' => 0, 'Class::ISA' => 0, 'CGI' => 0, 'Carp' => 0 } ) ;