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 /win32 | |
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 'win32')
-rw-r--r-- | win32/config.ce | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/win32/config.ce b/win32/config.ce index cfc4815d32..d92b3cf2b5 100644 --- a/win32/config.ce +++ b/win32/config.ce @@ -1,8 +1,6 @@ ## Configured by: ~cf_email~ ## Target system: WINCE Author='' -PERL_CONFIG_SH='true' -CONFIGDOTSH='true' Date='$Date' Header='' Id='$Id' @@ -1032,3 +1030,4 @@ PERL_API_VERSION='~PERL_API_VERSION~' PATCHLEVEL='~PERL_VERSION~' PERL_PATCHLEVEL='~PERL_PATCHLEVEL~' PERL_CONFIG_SH='true' +CONFIGDOTSH='true' |