The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.23_08 - 2017-04-25

  • Minor C code improvements for croak_on_read, tested with -Wall -Wextra: Correct MGVTBL for all versions, get_missing_hash not needed.

Changes for version 0.23_07 - 2017-04-24

  • Add benchmarking code and results. Recommended is PROXYSUBS or PROXYSUBS autoload. Silence cperl-only Used once warnings with PROXYSUBS push

Changes for version 0.23_06 - 2017-04-24

  • Fixed PROXYSUBS autoload, push and croak_on_error for 5.8 and 5.6. Fixed PROXYSUBS with all options but croak_on_read. Only one 5.6 PROXYSUBS autoload limitation in the error message on undefined macros.

Changes for version 0.23_05 - 2017-04-23

  • Fix the tests under CORE

Changes for version 0.23_04 - 2017-04-23

  • Fix ProxySubs to generate code also valid for 5.8 - 5.14. Add testcases for the 4 ProxySubs options. Warn against its usage on creation.

Changes for version 0.23_03 - 2016-02-26

  • Fixed typo C_constant_other_params_definition to C_constant_other_params_definition throughout Fixed podchecker violations. Tested with cperl

Changes for version 0.23_02 - 2015-12-14

  • Fixed syntax error in a generated xs.inc Fixed parallel test warnings: jobserver unavailable

Changes for version 0.23_01 - 2015-08-30

  • Fixed all RT bugs by many users: RT #105813 $->[1] typo (hurricup) avoid 'uninit' warning (davem) skip context with threads (bulk88) typo: C_constant_prefix_param_defintion (rurban) RT #88645: fix crosscompiling without make (fperrad) RT #85527: typo fixes (dsteinbrunner) RT #63832: printf warnings from EU:C (zefram) RT #81249: test fix-ups for VMS (cberry) RT #78188: add a sleep 1 to test (rurban) RT #73041: fix newSVpvn_flags SVs_TEMP for <5.10.1 (rurban) RT #64965: fix croak_sv for <5.013 (rurban)

Modules

generate XS code to import C header constants
base class for ExtUtils::Constant objects
generate XS ProxySubs code
helper functions for ExtUtils::Constant
generate C code for XS modules' constants.

Provides

in lib/ExtUtils/Constant/Aaargh56Hash.pm