This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Eliminate warnings from XSLoader on 5.005 and 5.004.
authorNicholas Clark <nick@ccl4.org>
Sat, 10 Sep 2011 15:10:55 +0000 (17:10 +0200)
committerNicholas Clark <nick@ccl4.org>
Sun, 11 Sep 2011 17:30:21 +0000 (19:30 +0200)
commitdaef35dbd8d4bdf1d5f639f82eb72fa9039ada84
tree9a39b80103991cf4cb2944e78d9d5f7be1a0fe67
parente9ce7e77f0788e00a80d0c8eaa1bbe852e1e3d62
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.
dist/XSLoader/Makefile.PL
dist/XSLoader/XSLoader_pm.PL
pod/perldelta.pod