Underline the fact that XSLoader is not DynaLoader
Jarkko Hietaniemi [Thu, 3 Jul 2003 06:55:12 +0000 (06:55 +0000)]
([perl #21974] dl_load_flags not honored by XSLoader)

p4raw-id: //depot/perl@19948

ext/DynaLoader/XSLoader_pm.PL

index bc7da4a..9e6d42b 100644 (file)
@@ -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