projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
46f437e
)
Test tweak from mjd.
Jarkko Hietaniemi [Sat, 20 Apr 2002 14:28:12 +0000 (14:28 +0000)]
p4raw-id: //depot/perl@16020
lib/Memoize/t/errors.t
patch
|
blob
|
blame
|
history
diff --git
a/lib/Memoize/t/errors.t
b/lib/Memoize/t/errors.t
index
1b50aaf
..
2e3c8a0
100755
(executable)
--- a/
lib/Memoize/t/errors.t
+++ b/
lib/Memoize/t/errors.t
@@
-7,6
+7,7
@@
BEGIN {
use Memoize;
use Config;
+$|=1;
print "1..11\n";
eval { memoize({}) };