use
5.028002;
use
ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
NAME
=>
'Game::NURBS'
,
VERSION_FROM
=>
'lib/Game/NURBS.pm'
,
# finds $VERSION, requires EU::MM from perl >= 5.5
PREREQ_PM
=> { GFX::Tools::
Buffer
=> 0.1.1, },
# e.g., Module::Name => 1.1
ABSTRACT_FROM
=>
'lib/Game/NURBS.pm'
,
# retrieve abstract from module
AUTHOR
=>
'koboldwiz <koboldwiz@cpan.org>'
,
#LICENSE => 'perl',
#Value must be from legacy list of licenses here
);