diff options
author | Nicholas Clark <nick@ccl4.org> | 2011-09-10 13:11:21 +0200 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2011-09-11 17:14:15 +0200 |
commit | 98e6112272363eb60a3ddeee13b03381e5729032 (patch) | |
tree | 52d4e9db70ecb26bfdaa76596fa7488bbf38001f /pod | |
parent | 3324ed9f6472f4fa8368f84762b440be0b7392b0 (diff) | |
download | perl-98e6112272363eb60a3ddeee13b03381e5729032.tar.gz |
Simplify generated XS code by emitting a compatibility version of dVAR.
If ExtUtils::ParseXS emits conditional C pre-processor code once per XS file
to provide a default for dVAR, then it doesn't need to emit 4 lines per
function to cater for dVAR not being present.
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perldelta.pod | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 07b3273f48..301d63d49e 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -175,6 +175,12 @@ The XS code for sorting hash keys has been simplified slightly. =item * +L<ExtUtils::ParseXS> has been upgraded from version 3.04_03 to version 3.04_04. + +The handling of C<dVAR> in the generated XS code has been simplified. + +=item * + L<Locale::Codes> has been upgraded from version 3.17 to version 3.18. The CIA world added non-standard values, so this is no longer used as a source |