summaryrefslogtreecommitdiff
path: root/pod/perlexperiment.pod
diff options
context:
space:
mode:
authorReini Urban <rurban@x-ray.at>2012-07-15 12:15:45 -0500
committerFather Chrysostomos <sprout@cpan.org>2012-08-03 19:40:30 -0700
commitcf26f5d571f7d70d3c224acf75da4164e6a353c2 (patch)
tree1f8d28a91704f69945c0d2284c47f72a873d5462 /pod/perlexperiment.pod
parent635c61269cc04179494de99f235b95556c05902d (diff)
downloadperl-cf26f5d571f7d70d3c224acf75da4164e6a353c2.tar.gz
perlexperiment.pod clarifications
Removed in Perl is misleading. Those modules just moved to CPAN and are not deprecated. threads are now ithreads since multiplicity.
Diffstat (limited to 'pod/perlexperiment.pod')
-rw-r--r--pod/perlexperiment.pod6
1 files changed, 3 insertions, 3 deletions
diff --git a/pod/perlexperiment.pod b/pod/perlexperiment.pod
index f304120bc6..1538452bb9 100644
--- a/pod/perlexperiment.pod
+++ b/pod/perlexperiment.pod
@@ -50,7 +50,7 @@ Introduced in Perl 5.6.0
Accepted in Perl 5.8.0 XXX
-=item -Dusemultiplicity -Dusethreads
+=item -Dusemultiplicity -Duseithreads
Introduced in Perl 5.6.0
@@ -72,13 +72,13 @@ Removed in Perl 5.10 XXX
=item Test::Harness::Straps
-Removed in Perl 5.10.1
+Moved from Perl 5.10.1 to CPAN
=item perlcc
Introduced in Perl 5.005
-Removed in Perl 5.9.0
+Moved from Perl 5.9.0 to CPAN
=item C<our> can now have an experimental optional attribute C<unique>