SKIP: {
skip('because callbacks currently /SEGFAULT/ all compilers but MSVC 6+', 1)
unless $cc_name eq 'cl' && $cc_vers >= 12;
$result = $function->Call( $callback, 21 );
is($result, 42, 'callback function works');
}
#
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 50:
=pod directives shouldn't be over one line long! Ignoring all 2 lines of content