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 /NetWare | |
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 'NetWare')
-rw-r--r-- | NetWare/config.wc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NetWare/config.wc b/NetWare/config.wc index 298fe35be0..71b398d90c 100644 --- a/NetWare/config.wc +++ b/NetWare/config.wc @@ -1,7 +1,6 @@ ## Configured by: ~cf_email~ ## Target system: NetWare Author='Guruprasad' -PERL_CONFIG_SH='true' Date='$Date' Header='' Id='$Id' @@ -1039,6 +1038,7 @@ PERL_API_SUBVERSION='~PERL_API_SUBVERSION~' PERL_API_VERSION='~PERL_API_VERSION~' PATCHLEVEL='~PERL_VERSION~' SUBVERSION='~PERL_SUBVERSION~' +PERL_CONFIG_SH='true' base_import='' nlm_version='' mpktool='' |