summaryrefslogtreecommitdiff
path: root/lib/termcap.pl
diff options
context:
space:
mode:
authorBill Campbell <bill@celestial.com>2000-10-05 11:04:51 -0700
committerJarkko Hietaniemi <jhi@iki.fi>2000-10-12 23:58:43 +0000
commita60e505a41cfa0425b60ae64a2076d7cebcdc0b3 (patch)
tree320e9692f6949c65b267e3161a7742413f954fa6 /lib/termcap.pl
parente4dfc136d9a3d82ffa8f71e721a4dfe58fd3bad2 (diff)
downloadperl-a60e505a41cfa0425b60ae64a2076d7cebcdc0b3.tar.gz
Two thirds of
Subject: Proposed patches, Install.pm getopts.pl termcap.pl Message-ID: <20001005180451.A22029@kstarr.celestial.com> The Install.pm changes will be submitted separately because they need some work and discussion still. p4raw-id: //depot/perl@7209
Diffstat (limited to 'lib/termcap.pl')
-rw-r--r--lib/termcap.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/termcap.pl b/lib/termcap.pl
index 06da956666..f295a2d476 100644
--- a/lib/termcap.pl
+++ b/lib/termcap.pl
@@ -22,7 +22,7 @@ sub Tgetent {
local($TERM) = @_;
local($TERMCAP,$_,$entry,$loop,$field);
- warn "Tgetent: no ospeed set" unless $ospeed;
+ # warn "Tgetent: no ospeed set" unless $ospeed;
foreach $key (keys %TC) {
delete $TC{$key};
}