Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PATCH] Update perlexperiment for removal of lexical topic and autoderef #15037

Closed
p5pRT opened this issue Nov 9, 2015 · 6 comments
Closed

Comments

@p5pRT
Copy link

p5pRT commented Nov 9, 2015

Migrated from rt.perl.org#126600 (status was 'resolved')

Searchable as RT126600$

@p5pRT
Copy link
Author

p5pRT commented Nov 9, 2015

From @ilmari

These experiments have been cancelled as of 5.23.

@p5pRT
Copy link
Author

p5pRT commented Nov 9, 2015

From @ilmari

0001-Update-perlexperiment-for-removal-of-lexical-topic-a.patch
From 93e81e18a3100216bf15f450e6e198cd58d5686e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Dagfinn=20Ilmari=20Manns=C3=A5ker?= <ilmari@ilmari.org>
Date: Mon, 9 Nov 2015 16:51:47 +0000
Subject: [PATCH] Update perlexperiment for removal of lexical topic and
 autoderef

---
 pod/perlexperiment.pod | 31 ++++++++++++++-----------------
 1 file changed, 14 insertions(+), 17 deletions(-)

diff --git a/pod/perlexperiment.pod b/pod/perlexperiment.pod
index f670147..40bf161 100644
--- a/pod/perlexperiment.pod
+++ b/pod/perlexperiment.pod
@@ -37,16 +37,6 @@ C<experimental::smartmatch>.
 The ticket for this feature is
 L<[perl #119317]|https://rt.perl.org/rt3/Ticket/Display.html?id=119317>.
 
-=item Lexical C<$_>
-
-Introduced in Perl 5.10.0
-
-Using this feature triggers warnings in the category
-C<experimental::lexical_topic>.
-
-The ticket for this feature is
-L<[perl #119315]|https://rt.perl.org/rt3/Ticket/Display.html?id=119315>.
-
 =item Pluggable keywords
 
 The ticket for this feature is
@@ -56,13 +46,6 @@ See L<perlapi/PL_keyword_plugin> for the mechanism.
 
 Introduced in: Perl 5.11.2
 
-=item Array and hash container functions accept references
-
-Introduced in Perl 5.14.0
-
-The ticket for this feature is
-L<[perl #119437]|https://rt.perl.org/rt3/Ticket/Display.html?id=119437>.
-
 =item Lexical subroutines
 
 Introduced in: Perl 5.18
@@ -320,6 +303,20 @@ Introduced in: 5.11.2
 
 Removed in: 5.11.3
 
+=item Lexical C<$_>
+
+Introduced in Perl 5.10.0
+
+Removed in Perl 5.24.0
+
+=item Array and hash container functions accept references
+
+Superseded by L</Postfix dereference syntax>.
+
+Introduced in Perl 5.14.0
+
+Removed in Perl 5.24.0
+
 =back
 
 =head1 SEE ALSO
-- 
2.6.2

@p5pRT
Copy link
Author

p5pRT commented Nov 9, 2015

From @ilmari

--
"A disappointingly low fraction of the human race is,
at any given time, on fire." - Stig Sandbeck Mathisen

@p5pRT
Copy link
Author

p5pRT commented Nov 10, 2015

From @arc

Thanks, applied as f8b823e.

--
Aaron Crane ** http​://aaroncrane.co.uk/

@p5pRT
Copy link
Author

p5pRT commented Nov 10, 2015

The RT System itself - Status changed from 'new' to 'open'

@p5pRT
Copy link
Author

p5pRT commented Nov 10, 2015

@arc - Status changed from 'open' to 'resolved'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant