12236a1e1b
From Upstream changelog: 0.10 - 2008.09.23 - SAPER - [CODE] Commented a debug statement which seems to confuse some Perl builts with -DDEBUGGING (Rafael Garcia-Suarez). This module defines a standard simplified interface to the dynamic linking mechanisms available on many platforms. Its primary purpose is to implement cheap automatic dynamic loading of Perl modules. For a more complicated interface, see DynaLoader. Many (most) features of DynaLoader are not implemented in XSLoader, like for example the dl_load_flags, not honored by XSLoader. Oked by rhaen@
7 lines
380 B
Text
7 lines
380 B
Text
This module defines a standard simplified interface to the dynamic linking
|
|
mechanisms available on many platforms. Its primary purpose is to implement
|
|
cheap automatic dynamic loading of Perl modules.
|
|
|
|
For a more complicated interface, see DynaLoader. Many (most) features of
|
|
DynaLoader are not implemented in XSLoader, like for example the
|
|
dl_load_flags, not honored by XSLoader.
|