Initialization is nice.
Jarkko Hietaniemi [Sat, 16 Jun 2001 17:50:43 +0000 (17:50 +0000)]
p4raw-id: //depot/perl@10635

lib/Test/Harness.pm

index 5444a40..8966ca6 100644 (file)
@@ -395,7 +395,7 @@ sub _run_all_tests {
     my @dir_files = _globdir $Files_In_Dir if defined $Files_In_Dir;
     my $t_start = new Benchmark;
 
-    my $maxlen;
+    my $maxlen = 0;
     foreach (@tests) {
        my $len = length;
        $maxlen = $len if $len > $maxlen;