Make Term::ReadLine::findConsole fall back to STDIN if /dev/tty can't be opened
[p5sagit/p5-mst-13.2.git] / lib / ctime.pl
index 1b91ec2..1db90c4 100644 (file)
@@ -35,7 +35,6 @@ sub ctime {
     package ctime;
 
     local($time) = @_;
-    local($[) = 0;
     local($sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst);
 
     # Determine what time zone is in effect.