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