In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/36e74f3b7dc590482a1be493ddb6538947e74fd6?hp=5f849059f495b65249fd9ede43c430c75e107d18>
- Log ----------------------------------------------------------------- commit 36e74f3b7dc590482a1be493ddb6538947e74fd6 Author: Andy Dougherty <[email protected]> Date: Thu Sep 23 10:07:41 2010 -0400 Set default static inline for Netware/config.wc. If anyone knows how to support static inline on Netware, a patch would be appreciated. ----------------------------------------------------------------------- Summary of changes: NetWare/config.wc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/NetWare/config.wc b/NetWare/config.wc index ad84370..0e65130 100644 --- a/NetWare/config.wc +++ b/NetWare/config.wc @@ -830,7 +830,7 @@ perl5='' perl='perl' perladmin='' perlpath='~INST_TOP~~INST_VER~\bin~INST_ARCH~\perl.nlm' -perl_static_inline='' +perl_static_inline='static' pg='' phostname='hostname' pidtype='int' -- Perl5 Master Repository
