aherzog: Adam Herzog <adam@herzogdesigns.com>
Alexander Keusch <cpan@keusch.at>
alexrj: Alessandro Ranellucci <aar@cpan.org>
+alh: Matthew Horsfall <wolfsage@gmail.com>
alnewkirk: Al Newkirk <github@alnewkirk.com>
Altreus: Alastair McGowan-Douglas <alastair.mcgowan@opusvl.com>
amiri: Amiri Barksdale <amiribarksdale@gmail.com>
# Crucial flushes in case we are piping things out (e.g. prove)
# Otherwise the last lines will never arrive at the receiver
- select($_), $| = 1 for \*STDOUT, \*STDERR;
+ close($_) for \*STDOUT, \*STDERR;
POSIX::_exit($exit);
} ),