In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/a1ac675e7269d812eee0cef173c4a20776569d01?hp=109ac342a6bc5a3a67c3b52341607100cedafdf7>
- Log ----------------------------------------------------------------- commit a1ac675e7269d812eee0cef173c4a20776569d01 Author: Karl Williamson <k...@cpan.org> Date: Mon Aug 29 17:06:50 2016 -0600 Revert "perlinterp: Use 'e.g' not 'i.e.' for 'for example'" This reverts commit ce66b506fa280c2ede0b0d4a3e81b53d0e31cb48. I misread the text. This is an exhaustive list, so "i.e." is proper. ----------------------------------------------------------------------- Summary of changes: pod/perlinterp.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pod/perlinterp.pod b/pod/perlinterp.pod index 00a7b9d..e1af333 100644 --- a/pod/perlinterp.pod +++ b/pod/perlinterp.pod @@ -655,7 +655,7 @@ And here is the function from F<op.c>: 18 return o; 19 } -One particularly interesting aspect is that if the op has no kids (e.g., +One particularly interesting aspect is that if the op has no kids (i.e., C<readline()> or C<< <> >>) the op is freed and replaced with an entirely new one that references C<*ARGV> (lines 12-16). -- Perl5 Master Repository