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

index 4916e27..16b3518 100755 (executable)
@@ -56,6 +56,8 @@ $| = 1;
 
 print "1..", @tests/2, "\n";
 
+use Text::Wrap;
+
 $rerun = $ENV{'PERL_DL_NONLAZY'} ? 0 : 1;
 
 $tn = 1;