Commit graph

3 commits

Author SHA1 Message Date
he
1127a36cdc Update from version 3.14nb1 to 3.15.
Upstream changes:

3.15 - 2009-01-18

    * added support for the following API
        DEFSV_set
    * fix --unstrip for development versions
2009-01-19 23:55:35 +00:00
he
b021813da0 Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.

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=...").
2008-10-19 19:17:40 +00:00
he
d944d94b84 Import devel/p5-Devel-PPPort version 3.14. ("Perl/Pollution/Portability")
Perl's API has changed over time, gaining new features, new functions,
increasing its flexibility, and reducing the impact on the C
namespace environment (reduced pollution). The header file written
by this module, typically ppport.h, attempts to bring some of the
newer Perl API features to older versions of Perl, so that you can
worry less about keeping track of old releases, but users can still
reap the benefit.

Devel::PPPort contains a single function, called WriteFile. Its
only purpose is to write the ppport.h C header file. This file
contains a series of macros and, if explicitly requested, functions
that allow XS modules to be built using older versions of Perl.
Currently, Perl versions from 5.003 to 5.10.0 are supported.

This module is used by h2xs to write the file ppport.h.
2008-08-11 12:28:01 +00:00