([perl #21974] dl_load_flags not honored by XSLoader)
p4raw-id: //depot/perl@19948
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