diff options
author | Nicholas Clark <nick@ccl4.org> | 2010-09-02 11:44:51 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2010-09-02 11:44:51 +0100 |
commit | f4b4ed7b4eca79b25054dfeafa0aac0dbd41a507 (patch) | |
tree | d8761e2885f7698b08700ab5c310f7b788baa061 /proto.h | |
parent | f3a0defb95e2da85126a0bd17bf5d67899fff9b3 (diff) | |
download | perl-f4b4ed7b4eca79b25054dfeafa0aac0dbd41a507.tar.gz |
For the generated XSLoader.pm, avoid a runtime lexical which is constant.
XSLoader_pm.PL had been resolving $Config::Config{dlext}, and writing it as
the constant initialiser for a lexical variable in XSLoader.pm. In turn,
that lexical was used only once, in string interpolation. So the interpolation
can be done instead at build time.
Diffstat (limited to 'proto.h')
0 files changed, 0 insertions, 0 deletions