From: Jarkko Hietaniemi Date: Thu, 3 Jul 2003 06:55:12 +0000 (+0000) Subject: Underline the fact that XSLoader is not DynaLoader X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=09f1aa219231a0ceed149ff6528cbb2b3e39bd98;p=p5sagit%2Fp5-mst-13.2.git Underline the fact that XSLoader is not DynaLoader ([perl #21974] dl_load_flags not honored by XSLoader) p4raw-id: //depot/perl@19948 --- diff --git a/ext/DynaLoader/XSLoader_pm.PL b/ext/DynaLoader/XSLoader_pm.PL index bc7da4a..9e6d42b 100644 --- a/ext/DynaLoader/XSLoader_pm.PL +++ b/ext/DynaLoader/XSLoader_pm.PL @@ -156,7 +156,9 @@ This module defines a standard I 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. +For more complicated interface see L. Many (most) +features of DynaLoader are not implemented in XSLoader, like for +example the dl_load_flags is not honored by XSLoader. =head1 AUTHOR