This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta: fix version named in acknowledgements
[perl5.git] / pod / perlexperiment.pod
index f9e54e4..f304120 100644 (file)
@@ -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
 
@@ -42,7 +42,7 @@ Accepted in XXX
 
 Introduced in Perl 5.005
 
-Accecpted in Perl XXX
+Accepted in Perl XXX
 
 =item Unicode support
 
@@ -80,12 +80,12 @@ Introduced in Perl 5.005
 
 Removed in Perl 5.9.0
 
-See also L<perlcompile>
-
 =item C<our> can now have an experimental optional attribute C<unique>
 
 Introduced in Perl 5.8.0
 
+Deprecated in Perl 5.10.0
+
 =item Assertions
 
 The C<-A> command line switch
@@ -106,20 +106,14 @@ See also L<Socket>
 
 =item threads
 
-=item The <:pop> IO psuedolayer
+=item The <:pop> IO pseudolayer
 
 See also L<perlrun>
 
-=item The <:win32> IO psuedolayer
+=item The <:win32> IO pseudolayer
 
 See also L<perlrun>
 
-=item fields pragma
-
-Introduced in Perl 5.6.0
-
-Removed in XXX
-
 =item MLDBM
 
 See also L<perldsc>