summaryrefslogtreecommitdiff
path: root/perlapi.c
diff options
context:
space:
mode:
authorCraig A. Berry <craigberry@mac.com>2011-02-18 18:52:53 -0600
committerCraig A. Berry <craigberry@mac.com>2011-02-18 22:35:29 -0600
commit5477b9a189e12ee6fdd32441a015bb87802a99f2 (patch)
tree1389ba085a5cae17a897d95a8bb9b8c727cf3fe5 /perlapi.c
parentea592722d0bf74d1b7b0f84e033462d8a79a3b1c (diff)
downloadperl-5477b9a189e12ee6fdd32441a015bb87802a99f2.tar.gz
Dispatch dl_expandspec at build time, not run time.
Before 0a0b6c96e6042658aa123b3990724be593a2bb63, dl_expandspec was an autoloaded function that would never be called if an XS version was already loaded. Without autoloading in DynaLoader anymore, the pure Perl version gets loaded first, which causes trouble if the XS version is what's expected. It looks as though VMS is the only platform that has an XS version, so just avoid declaring the Perl version there.
Diffstat (limited to 'perlapi.c')
0 files changed, 0 insertions, 0 deletions