###################################################################### # Makefile.PL for Cache::Historical # 2007, Mike Schilli ###################################################################### use ExtUtils::MakeMaker; WriteMakefile( 'NAME' => 'Cache::Historical', 'VERSION_FROM' => 'Historical.pm', # finds $VERSION 'PREREQ_PM' => { DBD::SQLite => 1.14, DBI => 0, Rose::DB => 0.735, Rose::DB::Object::Loader => 0.764, Log::Log4perl => 1, }, # e.g., Module::Name => 1.1 ($] >= 5.005 ? ## Add these new keywords supported since 5.005 (ABSTRACT_FROM => 'Historical.pm', AUTHOR => 'Mike Schilli ') : ()), );