1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

Squash /usr/dcs path; use a 'require <version>' instead.

llvm-svn: 12099
This commit is contained in:
Brian Gaeke 2004-03-03 17:38:51 +00:00
parent b25ed8394b
commit cce916b047

View File

@ -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;