summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-03-06 05:00:44 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-03-06 05:00:44 +0000
commit65f190625df5c430dbe5dc68ccef865b33839973 (patch)
tree7923365b9dfa49a2a2f8ec67abce9d09b32ad514 /ext
parent68c887af8bbbe8aaa5d726ce35fbbb66c21b6301 (diff)
downloadperl-65f190625df5c430dbe5dc68ccef865b33839973.tar.gz
integrate cfgperl changes into mainline
p4raw-id: //depot/perl@5570
Diffstat (limited to 'ext')
-rw-r--r--ext/DynaLoader/DynaLoader_pm.PL4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/DynaLoader/DynaLoader_pm.PL b/ext/DynaLoader/DynaLoader_pm.PL
index 0e0f79263d..e0eb604c73 100644
--- a/ext/DynaLoader/DynaLoader_pm.PL
+++ b/ext/DynaLoader/DynaLoader_pm.PL
@@ -77,8 +77,8 @@ $Is_MacOS = $^O eq 'MacOS';
@dl_require_symbols = (); # names of symbols we need
@dl_resolve_using = (); # names of files to link with
@dl_library_path = (); # path to look for files
-@dl_librefs = (); # things we have loaded
-@dl_modules = (); # Modules we have loaded
+#@dl_librefs = (); # things we have loaded
+#@dl_modules = (); # Modules we have loaded
# This is a fix to support DLD's unfortunate desire to relink -lc
@dl_resolve_using = dl_findfile('-lc') if $dlsrc eq "dl_dld.xs";