diff options
author | Nicholas Clark <nick@ccl4.org> | 2011-09-16 15:03:40 +0200 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2011-09-21 10:40:58 +0200 |
commit | 79681fc5b8f41f8bd308aa52861190289a2c9299 (patch) | |
tree | c05cc500035e6e70e0a2ab0422e90d450504e242 /symbian | |
parent | 12da209bf45a673a9f3da0d6a0bdf3b2ecc254e2 (diff) | |
download | perl-79681fc5b8f41f8bd308aa52861190289a2c9299.tar.gz |
Add empty Author and zip entries to symbian/config.sh and uconfig{,64}.sh
This brackets the probed values sections consistently across all config.sh
type files, between Author and zip inclusive.
Move PERL_CONFIG_SH to the end of NetWare/config.wc and symbian/config.sh,
and PERL_CONFIG_SH CONFIGDOTSH to the end of win32/config.ce, to be
consistent with the other config.sh files.
Diffstat (limited to 'symbian')
-rw-r--r-- | symbian/config.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/symbian/config.sh b/symbian/config.sh index e218a55964..e0115d09d4 100644 --- a/symbian/config.sh +++ b/symbian/config.sh @@ -1,5 +1,5 @@ #!\\bin\\sh -PERL_CONFIG_SH='true' +Author='' _a='.a' _o='.o' afs='false' @@ -847,3 +847,5 @@ uvxformat='"lx"' versiononly='undef' voidflags=1 xs_apiversion='5.008' +zip='' +PERL_CONFIG_SH='true' |