diff options
author | Peter Prymmer <PPrymmer@factset.com> | 2003-06-09 05:57:43 -0400 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-06-09 15:28:18 +0000 |
commit | 972e9305c0a0aa1fd93bbafc5c7ef4fd5f2686ac (patch) | |
tree | 9acf02b4ba881cb040779ec2cb73bd3b0a6c4eca /utils | |
parent | 2b93cd4d46ec719fcb7815a283251a218f198212 (diff) | |
download | perl-972e9305c0a0aa1fd93bbafc5c7ef4fd5f2686ac.tar.gz |
fix ups for perlivp on VMS plus more symbols for utils
Message-ID: <OFBA811434.A612F1C0-ON85256D40.004B5ECC-85256D40.004CB24D@factset.com>
p4raw-id: //depot/perl@19719
Diffstat (limited to 'utils')
-rw-r--r-- | utils/perlivp.PL | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/utils/perlivp.PL b/utils/perlivp.PL index fd58e87824..7db1090dd6 100644 --- a/utils/perlivp.PL +++ b/utils/perlivp.PL @@ -85,8 +85,6 @@ my $tests_total = 0; # Unixes it is the basename rather than the full path to the perl binary. my $perlpath = ''; if (defined($Config{'perlpath'})) { $perlpath = $Config{'perlpath'}; } -# Of course some platforms are distinct... -if ($^O eq 'VMS') { $perlpath = $^X; } # The useithreads Config variable plays a role in whether or not # threads and threads/shared work when C<use>d. They apparently always |