# Note: this file was auto-generated by Module::Build::Compat version 0.3607 use ExtUtils::MakeMaker; WriteMakefile ( 'NAME' => 'Spreadsheet::DataToExcel', 'VERSION_FROM' => 'lib/Spreadsheet/DataToExcel.pm', 'PREREQ_PM' => { 'Class::Data::Accessor' => '0.04004', 'Spreadsheet::WriteExcel' => '2.25', 'Test::More' => 0 }, 'INSTALLDIRS' => 'site', 'EXE_FILES' => [], 'PL_FILES' => {} ) ;