use 5.008; use ExtUtils::MakeMaker; # See lib/ExtUtils/MakeMaker.pm for details of how to influence # the contents of the Makefile that is written. print <<"*EOF*"; -------------------------------------------------------------------- MasonX::Request::WithApache2Session is an EXPERIMENTAL BETA RELEASE! Please install and use it only on a test system. Aloha => Beau; -------------------------------------------------------------------- *EOF* sleep 3; WriteMakefile( NAME => 'MasonX::Request::WithApache2Session', VERSION_FROM => 'lib/MasonX/Request/WithApache2Session.pm', # finds $VERSION PREREQ_PM => { mod_perl => 1.9910, 'HTML::Mason' => 1.25, 'Apache::Request' => '2.02-dev', 'Apache::Cookie' => '2.02-dev', }, # e.g., Module::Name => 1.1 ($] >= 5.005 ? ## Add these new keywords supported since 5.005 (ABSTRACT_FROM => 'lib/MasonX/Request/WithApache2Session.pm', # retrieve abstract from module AUTHOR => 'Beau E. Cox ') : ()), );