The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# NeXT *does* have setpgid when we use the -posix flag, but
# doesn't when we don't.  The main perl sources are compiled
# without -posix, so the hints/next_3.sh hint file tells Configure
# that  d_setpgid=undef.
$self->{CCFLAGS} = $Config{ccflags} . ' -posix -DHAS_SETPGID' ;