perldelta tweaks.
Jarkko Hietaniemi [Sat, 8 Jun 2002 18:24:08 +0000 (18:24 +0000)]
p4raw-id: //depot/perl@17106

pod/perldelta.pod

index c304a86..fc903ca 100644 (file)
@@ -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]