diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 1998-05-13 20:39:59 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 1998-05-13 20:39:59 +0000 |
commit | a920f4b6c58bb45b9ebd0048324b24bf77694b80 (patch) | |
tree | 971b44314345453699ea9767a85b027d3e3b1925 /utils | |
parent | fb69b2ff19a83e95663ed4cace4e7841ead85411 (diff) | |
parent | 02c81f8e0ebb9f8f9ca00ec2cdd5c1057db22736 (diff) | |
download | perl-a920f4b6c58bb45b9ebd0048324b24bf77694b80.tar.gz |
resolve -at //depot/win32 into ansiperl for C++ testing.
p4raw-id: //depot/ansiperl@930
Diffstat (limited to 'utils')
-rw-r--r-- | utils/perldoc.PL | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/perldoc.PL b/utils/perldoc.PL index 23ec12f54c..80a721cab1 100644 --- a/utils/perldoc.PL +++ b/utils/perldoc.PL @@ -172,7 +172,6 @@ sub minus_f_nocase { my($p,$cip); foreach $p (split(/\//, $file)){ my $try = "@p/$p"; - warn "$try\n"; stat $try; if (-d _){ push @p, $p; |