summaryrefslogtreecommitdiff
path: root/pod/perlexperiment.pod
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-08-02 12:36:32 -0700
committerFather Chrysostomos <sprout@cpan.org>2011-08-02 12:36:32 -0700
commitd1558b3e5ee8166e43b25682b925bda52475f61d (patch)
tree61273d35873780a382afc2250cae5ab220d7ef87 /pod/perlexperiment.pod
parentb539c2c9496bf950c94dcc39801d7f3a5a0cf8c5 (diff)
downloadperl-d1558b3e5ee8166e43b25682b925bda52475f61d.tar.gz
A few tweaks to the new perlexperiment.pod
• The :unique attribute has been deprecated already. • The fields pragma has never been experimental and still exists. • Grammar
Diffstat (limited to 'pod/perlexperiment.pod')
-rw-r--r--pod/perlexperiment.pod12
1 files changed, 4 insertions, 8 deletions
diff --git a/pod/perlexperiment.pod b/pod/perlexperiment.pod
index f9e54e4c6a..e64728a4ab 100644
--- a/pod/perlexperiment.pod
+++ b/pod/perlexperiment.pod
@@ -5,12 +5,12 @@ perlexperiment - A listing of experimental features in Perl
=head1 DESCRIPTION
This document lists the current and past experimental features in the perl
-core. Although each of these are documented with their appropriate topics,
+core. Although all of these are documented with their appropriate topics,
this succinct listing gives you an overview and basic facts about their
status.
So far I've merely tried to find and list the experimental features and infer
-their inception, etc versions. There's a lot of speculation here.
+their inception, versions, etc. There's a lot of speculation here.
=head2 Current experiments
@@ -86,6 +86,8 @@ See also L<perlcompile>
Introduced in Perl 5.8.0
+Deprecated in Perl 5.10.0
+
=item Assertions
The C<-A> command line switch
@@ -114,12 +116,6 @@ See also L<perlrun>
See also L<perlrun>
-=item fields pragma
-
-Introduced in Perl 5.6.0
-
-Removed in XXX
-
=item MLDBM
See also L<perldsc>