Adding module p5-XSLoader primarily to allow debug perl itself:
authorsno <sno>
Tue, 10 Mar 2009 18:50:24 +0000 (18:50 +0000)
committersno <sno>
Tue, 10 Mar 2009 18:50:24 +0000 (18:50 +0000)
commit3eeb4ad9a6b67598b81f6c6e4265319c38f3c7d6
treec814cacfc1f471dd8de634e7b5775a4a3f7106da
parent7873adcfee714295a60363dc1a2ab68a99103800
Adding module p5-XSLoader primarily to allow debug perl itself:

From Upstream changelog:
0.10 - 2008.09.23 - SAPER
    - [CODE] Commented a debug statement which seems to confuse some Perl
      builts with -DDEBUGGING (Rafael Garcia-Suarez).

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.

Oked by rhaen@
devel/p5-XSLoader/DESCR [new file with mode: 0644]
devel/p5-XSLoader/Makefile [new file with mode: 0644]
devel/p5-XSLoader/distinfo [new file with mode: 0644]