The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use ExtUtils::MakeMaker;
WriteMakefile(
  NAME => 'The::synthesizer',
  AUTHOR => 'Jan Henning Thorsen <jhthorsen@cpan.org>',
  VERSION_FROM => 'lib/The/synthesizer.pm',
  PREREQ_PM => {},
  test => { TESTS => 't/*.t' }
);