diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-07-03 06:55:12 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-07-03 06:55:12 +0000 |
commit | a725097026c72319a7754214d04d25bc77070542 (patch) | |
tree | d565578a9b5799e6db5bcbd851ac2470c235160b /ext/DynaLoader | |
parent | b5c9c220e4e70aab2fb12f7333f3953a86b438e2 (diff) | |
download | perl-a725097026c72319a7754214d04d25bc77070542.tar.gz |
Underline the fact that XSLoader is not DynaLoader
([perl #21974] dl_load_flags not honored by XSLoader)
p4raw-id: //depot/perl@19948
Diffstat (limited to 'ext/DynaLoader')
-rw-r--r-- | ext/DynaLoader/XSLoader_pm.PL | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ext/DynaLoader/XSLoader_pm.PL b/ext/DynaLoader/XSLoader_pm.PL index bc7da4adf1..9e6d42b3c1 100644 --- a/ext/DynaLoader/XSLoader_pm.PL +++ b/ext/DynaLoader/XSLoader_pm.PL @@ -156,7 +156,9 @@ This module defines a standard I<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 more complicated interface see L<DynaLoader>. +For more complicated interface see L<DynaLoader>. Many (most) +features of DynaLoader are not implemented in XSLoader, like for +example the dl_load_flags is not honored by XSLoader. =head1 AUTHOR |