Math-Cephes

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

    $opts{LICENSE} = 'perl';
}

if ($eu_version >= 6.48) {
    $opts{MIN_PERL_VERSION} = '5.008';
}

my $mconf = catfile $libmd, 'mconf.h';
my %defs = (HAVE_LONG_DOUBLE => 'd_longdbl',
            SIZEOF_INT => 'intsize',
            RETSIGTYPE => 'd_voidsig',
            HAVE_MALLOC_H => 'i_malloc',
            HAVE_STRING_H => 'i_string',
            VOLATILE => 'd_volatile',
           );
my $vals = {RETSIGTYPE => {define => 'void', undef => 'int'},
            VOLATILE => {define => 'volatile', undef => ''},
           };

if ($is_win32 or $is_387 or $is_cyg) {
    $defs{IBMPC} = 1;



( run in 1.260 second using v1.01-cache-2.11-cpan-71847e10f99 )