The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

use 5.008;
WriteMakefile(
NAME => 'Acme::Voodoo',
VERSION_FROM => 'lib/Acme/Voodoo.pm',
PREREQ_PM => { },
ABSTRACT_FROM => 'lib/Acme/Voodoo.pm',
AUTHOR => 'Ed Summers <ehs@pobox.com>',
);