summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-06-08 18:24:08 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-06-08 18:24:08 +0000
commit37e1ca49f99b6ba1322b7d84c999bad68b7edac1 (patch)
tree5a21604448586dcdb2b2500116f0b3e1d0f01ac7 /pod
parentc73eb41b014273bd1c38add390d63cd8b903af3e (diff)
downloadperl-37e1ca49f99b6ba1322b7d84c999bad68b7edac1.tar.gz
perldelta tweaks.
p4raw-id: //depot/perl@17106
Diffstat (limited to 'pod')
-rw-r--r--pod/perldelta.pod7
1 files changed, 4 insertions, 3 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index c304a8653f..fc903cae6b 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -1513,6 +1513,10 @@ as perlI<platform>:
perlnetware perlos2 perlos390 perlplan9 perlqnx perlsolaris
perltru64 perluts perlvmesa perlvms perlvos perlwin32
+These documents usually detail one or more of the following subjects:
+configuring, building, testing, installing, and sometimes also using
+Perl on the said platform.
+
Eastern Asian Perl users are now welcomed in their own languages:
README.jp (Japanese), README.ko (Korean), README.cn (simplified
Chinese) and README.tw (traditional Chinese), which are written in
@@ -2512,9 +2516,6 @@ the system.
POSIX-style signals are now emulated much better on VMS versions prior
to 7.0.
-The Socket extension is now dynamically loaded instead of being
-statically built in.
-
The C<system> function and backticks operator have improved
functionality and better error handling. [561]