| line |
l |
!l |
condition |
|
150
|
1 |
0 |
$symname ||= "PDL" |
|
159
|
2 |
0 |
$symname ||= "PDL" |
|
160
|
2 |
0 |
$module ||= "The code" |
|
207
|
0 |
0 |
$PDL::Core::Dev::Config{'byteorder'} || die("ERROR: Unable to find 'byteorder' in perl's Config\n") |
|
234
|
0 |
0 |
$callpack //= "" |
|
250
|
0 |
0 |
$multi_c || '' |
|
|
0 |
0 |
$deep || '' |
|
281
|
0 |
0 |
$eumm->{'macro'} ||= {} |
|
282
|
0 |
0 |
$eumm->{'XSBUILD'}{'xs'} ||= {} |
|
283
|
0 |
0 |
$eumm->{'clean'}{'FILES'} ||= "" |
|
284
|
0 |
0 |
$eumm->{'OBJECT'} ||= "" |
|
285
|
0 |
0 |
$eumm->{'INC'} ||= "" |
|
288
|
0 |
0 |
$eumm->{'TYPEMAPS'} ||= [] |
|
291
|
0 |
0 |
$eumm->{'XSMULTI'} ||= 1 |
|
292
|
0 |
0 |
$eumm->{'dist'}{'PREOP'} ||= "\$(PERLRUNINST) -MPDL::Core::Dev -e pdlpp_mkgen \$(DISTVNAME)" |
|
293
|
0 |
0 |
$eumm->{'XS'} ||= {} |
|
309
|
0 |
0 |
(stat $f)[9] // die("${f}: $!") |
|
569
|
0 |
0 |
$cflags ||= "" |
|
574
|
0 |
0 |
($opt->{'hide'} // $ENV{'HIDE_TRYLINK'}) // 1 |
|
587
|
0 |
0 |
File::Temp::tempdir('CLEANUP', 1) || die('trylink: could not make temp dir') |