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.
Author:
-------
* Version 1.x of Devel::PPPort was written by Kenneth Albanowski.
* Version 2.x was ported to the Perl core by Paul Marquess.
* Version 3.x was ported back to CPAN by Marcus Holland-Moritz.
- Devel package for openSUSE:Factory
- Links to openSUSE:Factory / perl-Devel-PPPort
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:languages:perl/perl-Devel-PPPort && cd $_
- Create Badge
Source Files
Filename | Size | Changed |
---|---|---|
Devel-PPPort-3.66.tar.gz | 0000474558 463 KB | |
_link | 0000000124 124 Bytes | |
cpanspec.yml | 0000001486 1.45 KB | |
perl-Devel-PPPort.changes | 0000017450 17 KB | |
perl-Devel-PPPort.spec | 0000002503 2.44 KB |
Revision 48 (latest revision is 53)
- updated to 3.66 see /usr/share/doc/packages/perl-Devel-PPPort/Changes 3.66 - 2022-03-22 * Fix corrupted release (missing files) 3.65 - 2022-03-02 * Enable AppVeyor CI * Fix CROAK_IF_ERROR without BRACE GROUPS * Refactor to use static inline function in multiple parts/inc * devel/regenerate: Add --skip-devels option * Don't list has_builtin as being provided
Comments 0