Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 3a99f1de4609feb952ca294cc4b3479d615c8d94
https://github.com/Perl/perl5/commit/3a99f1de4609feb952ca294cc4b3479d615c8d94
Author: James E Keenan <[email protected]>
Date: 2021-12-24 (Fri, 24 Dec 2021)
Changed paths:
M lib/perl5db.pl
M pod/perldebug.pod
M pod/perlipc.pod
Log Message:
-----------
Replace 'slave' with 'client'
This commit moves us a step forward on eliminating 'master/slave' terminology.
Its scope is limited to those files within the Perl 5 core distribution which
are not CPAN-upstream. Within that scope, we leave untouched the use of the
term 'slave' in epigraphs and other literary quotations and its use in data
coming from outside sources (e.g., Unicode code points).
Increment $VERSION in lib/perl5db.pl. Revisions per rjbs feedback.
For: https://github.com/Perl/perl5/pull/19227