projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
be0472d
)
stat.t cleanup, first pass
Michael G. Schwern [Tue, 4 Dec 2001 21:09:18 +0000 (16:09 -0500)]
Message-ID: <
20011204210918
.D13279@blackrider>
t/test.
p4raw-id: //depot/perl@13468
t/test.pl
patch
|
blob
|
blame
|
history
diff --git
a/t/test.pl
b/t/test.pl
index
e4411af
..
e54d53e
100644
(file)
--- a/
t/test.pl
+++ b/
t/test.pl
@@
-252,4
+252,11
@@
sub runperl {
return $result;
}
+
+sub BAILOUT {
+ print "Bail out! @_\n";
+ exit;
+}
+
+
1;