summaryrefslogtreecommitdiff
path: root/utils/RegressionFinder.pl
diff options
context:
space:
mode:
authorBrian Gaeke <gaeke@uiuc.edu>2004-03-03 17:38:51 +0000
committerBrian Gaeke <gaeke@uiuc.edu>2004-03-03 17:38:51 +0000
commitba2e09891afbfc3794157264e96f95fa0bbac51f (patch)
treefcf1f70dd278642632e7980817cac128f30cb6f5 /utils/RegressionFinder.pl
parent1d4c9025e0eb16f7b447a8ebaa4e625c497c617d (diff)
downloadllvm-ba2e09891afbfc3794157264e96f95fa0bbac51f.tar.gz
llvm-ba2e09891afbfc3794157264e96f95fa0bbac51f.tar.bz2
llvm-ba2e09891afbfc3794157264e96f95fa0bbac51f.tar.xz
Squash /usr/dcs path; use a 'require <version>' instead.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12099 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/RegressionFinder.pl')
-rwxr-xr-xutils/RegressionFinder.pl7
1 files changed, 4 insertions, 3 deletions
diff --git a/utils/RegressionFinder.pl b/utils/RegressionFinder.pl
index 94c8c73677..86b077780b 100755
--- a/utils/RegressionFinder.pl
+++ b/utils/RegressionFinder.pl
@@ -1,8 +1,9 @@
-#! /usr/dcs/software/supported/bin/perl
-# Script to find regressions by binary-searching a time interval in the CVS tree.
-# Written by Brian Gaeke on 2-Mar-2004
+#! /usr/bin/perl
+# Script to find regressions by binary-searching a time interval in the
+# CVS tree. Written by Brian Gaeke on 2-Mar-2004.
#
+require 5.6.0; # NOTE: This script not tested with earlier versions.
use Getopt::Std;
use POSIX;
use Time::Local;