From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

use 5.034000;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
NAME => 'GFX-Tools',
VERSION_FROM => 'lib/GFX-Tools.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/GFX-Tools.pm', # retrieve abstract from module
AUTHOR => 'koboldwiz <koboldwiz@cpan.org>',
#LICENSE => 'perl',
#Value must be from legacy list of licenses here
);