summaryrefslogtreecommitdiff
path: root/symbian
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2011-09-16 15:03:40 +0200
committerNicholas Clark <nick@ccl4.org>2011-09-21 10:40:58 +0200
commit79681fc5b8f41f8bd308aa52861190289a2c9299 (patch)
treec05cc500035e6e70e0a2ab0422e90d450504e242 /symbian
parent12da209bf45a673a9f3da0d6a0bdf3b2ecc254e2 (diff)
downloadperl-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.sh4
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'