Commit graph

2 commits

Author SHA1 Message Date
seb
c3f1e700ad Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
2010-08-21 16:32:42 +00:00
sno
12236a1e1b 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@
2009-03-10 18:50:24 +00:00