aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-XSLoader/pkg-descr
blob: f15c3e0b09e15766feb0bf799605fbd052874b00 (plain) (blame)
1
2
3
4
5
6
7
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.