Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: c43b10468460609a13d1156387b9337503b5d828
https://github.com/Perl/perl5/commit/c43b10468460609a13d1156387b9337503b5d828
Author: Dan Book <[email protected]>
Date: 2020-01-02 (Thu, 02 Jan 2020)
Changed paths:
M pod/perlipc.pod
Log Message:
-----------
perlipc: strict safety, consistency, cleanup
* made all examples consistently strict-safe
* included 'use strict' and 'use warnings' in all "full" examples
* removed -w from shebangs (replaced by 'use warnings')
* removed inconsistent forward declaration of variables
* mention in IO::Handle comment that it's only needed before 5.14
* link to core modules IPC::Open2, IPC::Open3, and Socket
* add required waitpid to IPC::Open2 example
* removed unnecessary usage of English
* removed unnecessary usage of FileHandle