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


WriteMakefile(
  'NAME'         => 'Pod::S5',
  'VERSION_FROM' => 'S5.pm', # finds $VERSION
  'EXE_FILES'    => [ 'pod2s5' ],
  'clean'        => { FILES => '*~' },
  'PREREQ_PM'    => { 'Pod::Tree' => 0, 'Shell' => 0 }
);