In perl.git, the branch blead-next has been updated <http://perl5.git.perl.org/perl.git/commitdiff/88ec170e6c0fd2c2c7f08c4d37b0941b42c42387?hp=ac67107de7babf74553d5a06dab980600af790bf>
- Log ----------------------------------------------------------------- commit 88ec170e6c0fd2c2c7f08c4d37b0941b42c42387 Author: Dagfinn Ilmari Mannsåker <[email protected]> Date: Wed May 31 17:05:22 2017 +0100 Update experiment and deprecation POD for :unique/:locked removal ----------------------------------------------------------------------- Summary of changes: pod/perldeprecation.pod | 13 ------------- pod/perlexperiment.pod | 17 ++++++++--------- 2 files changed, 8 insertions(+), 22 deletions(-) diff --git a/pod/perldeprecation.pod b/pod/perldeprecation.pod index 1401bfbecd..fd8456d9e5 100644 --- a/pod/perldeprecation.pod +++ b/pod/perldeprecation.pod @@ -206,19 +206,6 @@ are non-standalone graphemes will be fatal. =head2 Perl 5.28 -=head3 Attribute "%s" is deprecated, and will disappear in 5.28 - -The attributes C<< :locked >> (on code references) and C<< :unique >> -(on array, hash and scalar references) have had no effect since -Perl 5.005 and Perl 5.8.8 respectively. Their use has been deprecated -since. - -These attributes will no longer be recognized in Perl 5.28, and will -then result in a syntax error. Since the attributes do not do anything, -removing them from your code fixes the deprecation warning; and removing -them will not influence the behaviour of your code. - - =head3 Bare here-document terminators Perl has allowed you to use a bare here-document terminator to have the diff --git a/pod/perlexperiment.pod b/pod/perlexperiment.pod index 5e734b63c8..cf0bab3b99 100644 --- a/pod/perlexperiment.pod +++ b/pod/perlexperiment.pod @@ -16,15 +16,6 @@ their inception, versions, etc. There's a lot of speculation here. =over 8 -=item C<our> can now have an experimental optional attribute C<unique> - -Introduced in Perl 5.8.0 - -Deprecated in Perl 5.10.0 - -The ticket for this feature is -L<[perl #119313]|https://rt.perl.org/rt3/Ticket/Display.html?id=119313>. - =item Smart match (C<~~>) Introduced in Perl 5.10.0 @@ -329,6 +320,14 @@ Introduced in Perl 5.14.0 Removed in Perl 5.24.0 +=item C<our> can have an experimental optional attribute C<unique> + +Introduced in Perl 5.8.0 + +Deprecated in Perl 5.10.0 + +Removed in Perl 5.28.0 + =back =head1 SEE ALSO -- Perl5 Master Repository
