# Note: this file was auto-generated by Module::Build::Compat version 0.03 use ExtUtils::MakeMaker; WriteMakefile ( 'NAME' => 'Class::CGI', 'VERSION_FROM' => 'lib/Class/CGI.pm', 'PREREQ_PM' => { 'CGI::Simple' => '0.077', 'Config::Std' => '0.0.3', 'File::Spec::Functions' => '1.3', 'HTML::Entities' => '1.32', 'Test::Exception' => '0.21', 'Test::More' => '0' }, 'INSTALLDIRS' => 'site', 'EXE_FILES' => [], 'PL_FILES' => {} ) ;