AnyMQ-Pg
view release on metacpan or search on metacpan
inc/Module/Install/Can.pm view on Meta::CPAN
707172737475767778798081828384858687888990
# No working C compiler
return
0;
}
# Write a C file representative of what XS becomes
my
(
$FH
,
$tmpfile
) = File::Temp::tempfile(
"compilexs-XXXXX"
,
SUFFIX
=>
'.c'
,
);
binmode
$FH
;
$FH
<<
'END_C'
;
#include "EXTERN.h"
#include "perl.h"
#include "XSUB.h"
int
main(
int
argc, char *
*argv
) {
return
0;
}
int
boot_sanexs() {
inc/Test/Builder.pm view on Meta::CPAN
127712781279128012811282128312841285128612871288128912901291129212931294129512961297
}
);
return
;
}
sub
_apply_layers {
my
(
$fh
,
@layers
) =
@_
;
my
%seen
;
my
@unique
=
grep
{
$_
ne
'unix'
and !
$seen
{
$_
}++ }
@layers
;
binmode
(
$fh
,
join
(
":"
,
""
,
"raw"
,
@unique
));
}
#line 1926
sub
reset_outputs {
my
$self
=
shift
;
$self
->output (
$Testout
);
$self
->failure_output(
$Testerr
);
inc/Test/Builder/IO/Scalar.pm view on Meta::CPAN
282283284285286287288289290291292293294295296297298299300301302#------------------------------
#line 408
sub
autoflush {}
#------------------------------
#line 419
sub
binmode
{}
#------------------------------
#line 429
sub
clearerr { 1 }
#------------------------------
#line 439
( run in 0.252 second using v1.01-cache-2.11-cpan-0f795438458 )