diff options
author | Nicholas Clark <nick@ccl4.org> | 2011-09-10 17:10:55 +0200 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2011-09-11 19:30:21 +0200 |
commit | daef35dbd8d4bdf1d5f639f82eb72fa9039ada84 (patch) | |
tree | 9a39b80103991cf4cb2944e78d9d5f7be1a0fe67 /pod | |
parent | e9ce7e77f0788e00a80d0c8eaa1bbe852e1e3d62 (diff) | |
download | perl-daef35dbd8d4bdf1d5f639f82eb72fa9039ada84.tar.gz |
Eliminate warnings from XSLoader on 5.005 and 5.004.
Don't pass parameters that old ExtUtil::MakeMaker doesn't understand.
Ensure that $DynaLoader::dl_debug exists prior to calling into DynaLoader's
XS code.
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perldelta.pod | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 301d63d49e..97f1a22ebd 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -241,6 +241,10 @@ implementation detail was buggy, and may fail as a result of this change. The module's Perl code has been considerably simplified, roughly halving the number of lines, with no change in functionality. +=item * + +L<XSLoader> has been upgraded from version 0.15 to version 0.16. + =back =head2 Removed Modules and Pragmata |