Mention the dynamicness of Socket in VMS in another spot.
Jarkko Hietaniemi [Sat, 8 Jun 2002 13:25:04 +0000 (13:25 +0000)]
p4raw-id: //depot/perl@17091

pod/perldelta.pod

index 173c187..992c34a 100644 (file)
@@ -2512,6 +2512,9 @@ 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]