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

use strict;
WriteMakefile(
'NAME' => 'PDL::Bench',
'LIBS' => [''], # e.g., '-lm'
'DEFINE' => '', # e.g., '-DHAVE_SOMETHING'
'INC' => '', # e.g., '-I/usr/include/other'
);