Skip to content

Commit a677cae

Browse files
Update to the more recent Perl libraries - removes warnings from the test logs
1 parent da0b841 commit a677cae

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

bin/timedrun

+3-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@
1111
# See the COPYRIGHT.txt file distributed with this work for information
1212
# regarding copyright ownership.
1313
#
14-
require "getopts.pl";
15-
&Getopts('t:e:o:');
14+
use Getopt::Std;
15+
16+
getopts('t:e:o:');
1617

1718
$alarm_exit_code = 1;
1819

0 commit comments

Comments
 (0)