summaryrefslogtreecommitdiff
path: root/pod/perlfork.pod
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-06-08 18:19:40 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-06-08 18:19:40 +0000
commitc73eb41b014273bd1c38add390d63cd8b903af3e (patch)
treea77f68fae88f619de036f009e08bc86dc0d5eedd /pod/perlfork.pod
parente7948facf19bc0edc43b9a04eb1acb1521b54709 (diff)
downloadperl-c73eb41b014273bd1c38add390d63cd8b903af3e.tar.gz
I assume the Perl fork() emulation is still experimental.
p4raw-id: //depot/perl@17105
Diffstat (limited to 'pod/perlfork.pod')
-rw-r--r--pod/perlfork.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlfork.pod b/pod/perlfork.pod
index dc0a82bfd6..d797dae2f5 100644
--- a/pod/perlfork.pod
+++ b/pod/perlfork.pod
@@ -4,7 +4,7 @@ perlfork - Perl's fork() emulation (EXPERIMENTAL, subject to change)
=head1 SYNOPSIS
- WARNING: As of the 5.6.1 release, the fork() emulation continues
+ WARNING: As of the 5.8.0 release, the fork() emulation continues
to be an experimental feature. Use in production applications is
not recommended. See the "BUGS" and "CAVEATS AND LIMITATIONS"
sections below.