summaryrefslogtreecommitdiff
path: root/win32/config_sh.PL
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-06-01 07:43:02 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-06-01 07:43:02 +0000
commite5a95ffba7bb8798f8211d43c45c423a80fd0fa5 (patch)
tree11fb48d1a485b304f3e8a91183a00e39ffe10d36 /win32/config_sh.PL
parent9b89d93d5855d0edff8da7afe2143583c17c017d (diff)
downloadperl-e5a95ffba7bb8798f8211d43c45c423a80fd0fa5.tar.gz
[win32] @INC construction on win32 cleaned up
- perl.dll location based paths should be much more reliable now - registry stuff unchanged - Config.pm now has all the installfoolib entries for MakeMaker et al p4raw-id: //depot/win32/perl@1069
Diffstat (limited to 'win32/config_sh.PL')
-rw-r--r--win32/config_sh.PL1
1 files changed, 0 insertions, 1 deletions
diff --git a/win32/config_sh.PL b/win32/config_sh.PL
index 8194988f28..0c3713cb2e 100644
--- a/win32/config_sh.PL
+++ b/win32/config_sh.PL
@@ -10,7 +10,6 @@ if ($] =~ /\.(\d\d\d)?(\d\d)?$/) { # should always be true
$opt{SUBVERSION} = $2 || '00';
}
-$opt{VERSION} = $];
$opt{'cf_by'} = $ENV{USERNAME} unless $opt{'cf_by'};
$opt{'cf_email'} = $opt{'cf_by'} . '@' . (gethostbyname('localhost'))[0]
unless $opt{'cf_email'};