# Generated by Module::Build::Compat->create_makefile_pl

use ExtUtils::MakeMaker;
WriteMakefile
  (
   NAME        => 'CGI::Application',
   VERSION     => '3.31',
   PL_FILES    => {},
   INSTALLDIRS => 'site',
   PREREQ_PM   => {
		 'Test::More' => '0',
		 'HTML::Template' => '0',
		 'CGI' => '0',
		 'Carp' => '0',
		  },
  );
