use strict; use warnings; use ExtUtils::MakeMaker; WriteMakefile( NAME => 'Games::Maze::SVG', AUTHOR => 'G. Wade Johnson ', VERSION_FROM => 'lib/Games/Maze/SVG.pm', ABSTRACT_FROM => 'lib/Games/Maze/SVG.pm', PL_FILES => {}, PREREQ_PM => { 'Test::More' => 0, 'Games::Maze' => 1.02, 'Carp' => 0, }, dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, clean => { FILES => 'Games-Maze-SVG-*' }, );