From: Ricardo Signes Date: Thu, 27 Jun 2013 02:12:34 +0000 (-0400) Subject: perlexperiment: mark :pop layer as accepted X-Git-Tag: upstream/5.20.0~2901 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8a7bc8629c40af6e31e59098eacf1dfd8eb02414;p=platform%2Fupstream%2Fperl.git perlexperiment: mark :pop layer as accepted --- diff --git a/lib/PerlIO.pm b/lib/PerlIO.pm index f45116f..a6745cd 100644 --- a/lib/PerlIO.pm +++ b/lib/PerlIO.pm @@ -157,11 +157,10 @@ will construct a "binary" stream, but then enable UTF-8 translation. =item :pop -A pseudo layer that removes the top-most layer. Gives perl code -a way to manipulate the layer stack. Should be considered -as experimental. Note that C<:pop> only works on real layers -and will not undo the effects of pseudo layers like C<:utf8>. -An example of a possible use might be: +A pseudo layer that removes the top-most layer. Gives perl code a +way to manipulate the layer stack. Note that C<:pop> only works on +real layers and will not undo the effects of pseudo layers like +C<:utf8>. An example of a possible use might be: open($fh,...) ... diff --git a/pod/perlexperiment.pod b/pod/perlexperiment.pod index 91a2108..2ba94ae 100644 --- a/pod/perlexperiment.pod +++ b/pod/perlexperiment.pod @@ -76,10 +76,6 @@ C. Introduced in Perl 5.18 -=item The <:pop> IO pseudolayer - -See also L - =item The <:win32> IO pseudolayer See also L @@ -281,6 +277,12 @@ Introduced in: Perl 5.10 Accepted in Perl 5.20.0 +=item The <:pop> IO pseudolayer + +See also L + +Accepted in Perl 5.20.0 + =back =head2 Removed features