The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use ExtUtils::MakeMaker;

require 5.007003;

WriteMakefile(
    NAME          => 'Spreadsheet::Engine',
    AUTHOR        => 'Tony Bowden <tony@tmtm.com>',
    VERSION_FROM  => 'lib/Spreadsheet/Engine.pm',
    ABSTRACT_FROM => 'lib/Spreadsheet/Engine.pm',
    LICENSE       => 'Artistic License 2.0',
    PREREQ_PM     => {},
);