summaryrefslogtreecommitdiff
path: root/pod/perldelta.pod
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-06-08 13:25:04 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-06-08 13:25:04 +0000
commitc566dd672ea93ac0ec1ac6809bda4a094cb13162 (patch)
tree93aad4ef45e91d60b5b56a8581f4db1e7a610e7a /pod/perldelta.pod
parentb98cfe2c107f2549bc7df81d8dc9b43eb11e0b94 (diff)
downloadperl-c566dd672ea93ac0ec1ac6809bda4a094cb13162.tar.gz
Mention the dynamicness of Socket in VMS in another spot.
p4raw-id: //depot/perl@17091
Diffstat (limited to 'pod/perldelta.pod')
-rw-r--r--pod/perldelta.pod3
1 files changed, 3 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 173c187f57..992c34a7d5 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -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]