# Note: this file was auto-generated by Module::Build::Compat version 0.03 use ExtUtils::MakeMaker; WriteMakefile ( 'NAME' => 'Class::CGI::DateTime', 'VERSION_FROM' => 'lib/Class/CGI/DateTime.pm', 'PREREQ_PM' => { 'Class::CGI' => '0.2', 'DateTime' => '0.3', 'Scalar::Util' => '', 'Test::More' => '0' }, 'INSTALLDIRS' => 'site', 'EXE_FILES' => [], 'PL_FILES' => {} ) ;