Re: [PATCH pp_ctl.c] [ID 20020301.011] Core dump in 'leavetry' in 5.7.2
Mark-Jason Dominus [Wed, 3 Apr 2002 13:04:40 +0000 (08:04 -0500)]
Message-ID: <20020403180440.7614.qmail@plover.com>

p4raw-id: //depot/perl@15711

t/op/tiearray.t

index 9544f89..337aff6 100755 (executable)
@@ -224,7 +224,7 @@ untie @ary;
 }
 
 # 20020401 mjd-perl-patch+@plover.com
-# Thanks to Dave Mitchell for the small test case
+# Thanks to Dave Mitchell for the small test case and the fix
 {
   my @a;
   
@@ -244,5 +244,3 @@ untie @ary;
 print "not " unless $seen{'DESTROY'} == 2;
 print "ok ", $test++,"\n";         
 
-
-