Commit graph

3 commits

Author SHA1 Message Date
he
755e0d5cab Update from version 3.15 to 3.16. For some inexplicable reason the
distfile for 3.15 is no longer available via CPAN.

Upstream changes:

3.16 - 2009-01-23

    * fix DEFSV_set() for threaded 5.005 perls
    * add G_METHOD support to call_sv()
2009-01-28 17:43:38 +00:00
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
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