Help for this page

Select Code to Download


  1. or download this
    if (grep { $_ eq 'PERL_CORE=1' } @ARGV) {
        # Core
        push(@conditional_params, 'MAN3PODS' => {},
                                  'NORECURS' => 1);
    }
    
  2. or download this
    threads.xs: In function 'S_ithread_run':
    threads.xs:526: error: 'G_WANT' undeclared (first use in this function
    +)
    ...
    threads.xs: In function 'XS_threads_wantarray':
    threads.xs:1561: error: 'G_WANT' undeclared (first use in this functio
    +n)
    make: *** [threads.o] Error 1