falls back to DynaLoader.
To: perl5-porters@perl.org
Subject: [PATCH v5.5.670] maintain DynaLoader::dl_{librefs,modules}
Message-ID: <Pine.LNX.4.10.
10003051509460.16885-100000@mojo.covalent.net>
p4raw-id: //depot/cfgperl@5560
@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";