# Note: this file was auto-generated by Module::Build::Compat version 0.33 use ExtUtils::MakeMaker; WriteMakefile ( 'NAME' => 'App::ZofCMS::Plugin::Session', 'VERSION_FROM' => 'lib/App/ZofCMS/Plugin/Session.pm', 'PREREQ_PM' => { 'DBI' => '1.607', 'Storable' => '2.18', 'Test::More' => 0 }, 'INSTALLDIRS' => 'site', 'EXE_FILES' => [], 'PL_FILES' => {} ) ;