Correct detection of absent modules. Based on
[p5sagit/p5-mst-13.2.git] / lib / termcap.pl
index 06da956..f295a2d 100644 (file)
@@ -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};
     }