diff options
Diffstat (limited to 'vms/descrip_mms.template')
-rw-r--r-- | vms/descrip_mms.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vms/descrip_mms.template b/vms/descrip_mms.template index 206740890e..0bd08de57b 100644 --- a/vms/descrip_mms.template +++ b/vms/descrip_mms.template @@ -240,7 +240,7 @@ INSTPERL = perl # Space-separated list of "dynamic" extensions which should be built for # run-time dynamic loading. -dynamic_ext = Fcntl Errno IO Opcode Data::Dumper attrs re VMS::Stdio VMS::DCLsym B SDBM_File POSIX +dynamic_ext = $extensions # Space-separated list of "static" extensions to build into perlshr (case counts). MYEXT = DynaLoader |