The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use ExtUtils::MakeMaker;
WriteMakefile(
    NAME         => 'Games::SGF::Go::Rotator',
    VERSION_FROM => 'lib/Games/SGF/Go/Rotator.pm',
    PREREQ_PM    => {
      Games::SGF::Go => 0.993,
      Games::SGF::Util => 0.993
    },
    EXE_FILES => [qw(
      bin/sgfrotate
    )],
);