summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-09-04 09:59:17 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2014-09-04 09:59:17 -0700
commit5b639ace36130bd722413b66833478126d27ccca (patch)
treebc56fbe6482d530a31fd09c8b008895a30555ce4
parent23a8b6ecd0498dc5a6512cbb9e1aeca4bf5dd61b (diff)
Revert "Perl changes"
-rw-r--r--.gitignore1
-rw-r--r--runtests.pl3
2 files changed, 0 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index 8af9a0d..9cfb3a6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,7 +24,6 @@
*~
*.bak
-*.swp
*.diff
*#
scanners.c
diff --git a/runtests.pl b/runtests.pl
index 1dfdcf6..2e2b795 100644
--- a/runtests.pl
+++ b/runtests.pl
@@ -1,12 +1,9 @@
#!/usr/bin/env perl
-use 5.006;
use warnings;
use strict;
-use utf8;
use Term::ANSIColor;
use IO::Handle;
use IPC::Open2;
-$|++;
my $usage="runtests.pl SPEC PROGRAM\nSet ANSI_COLORS_DISABLED=1 if you redirect to a file.\nSet PATT='...' to restrict tests to sections matching a regex.\n";