projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
ea5147f
)
Was missing use Text::Wrap.
Jarkko Hietaniemi [Mon, 14 Dec 1998 17:52:42 +0000 (17:52 +0000)]
p4raw-id: //depot/cfgperl@2482
t/lib/textfill.t
patch
|
blob
|
blame
|
history
diff --git
a/t/lib/textfill.t
b/t/lib/textfill.t
index
4916e27
..
16b3518
100755
(executable)
--- a/
t/lib/textfill.t
+++ b/
t/lib/textfill.t
@@
-56,6
+56,8
@@
$| = 1;
print "1..", @tests/2, "\n";
+use Text::Wrap;
+
$rerun = $ENV{'PERL_DL_NONLAZY'} ? 0 : 1;
$tn = 1;