From 8a7bc8629c40af6e31e59098eacf1dfd8eb02414 Mon Sep 17 00:00:00 2001 From: Ricardo Signes Date: Wed, 26 Jun 2013 22:12:34 -0400 Subject: [PATCH] perlexperiment: mark :pop layer as accepted --- lib/PerlIO.pm | 9 ++++----- pod/perlexperiment.pod | 10 ++++++---- 2 files changed, 10 insertions(+), 9 deletions(-) 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 -- 2.7.4