# Note: this file was auto-generated by Module::Build::Compat version 0.03
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'Apache::Session::Wrapper',
          'VERSION_FROM' => 'lib/Apache/Session/Wrapper.pm',
          'PREREQ_PM' => {
                           'Apache::Session' => '1.81',
                           'Class::Container' => '0',
                           'Exception::Class' => '0',
                           'File::Spec' => '0',
                           'File::Temp' => '0',
                           'Module::Build' => '0',
                           'Params::Validate' => '0.7',
                           'Scalar::Util' => '0'
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => [],
          'PL_FILES' => {}
        )
;