make it easier to reproduce the bug
Gurusamy Sarathy [Tue, 13 May 2003 13:28:42 +0000 (13:28 +0000)]
p4raw-id: //depot/perl@19512

lib/Tie/File.pm

index c1f3be3..678e739 100644 (file)
@@ -94,6 +94,7 @@ sub TIEARRAY {
   } elsif (ref $file) {
     croak "usage: tie \@array, $pack, filename, [option => value]...";
   } else {
+    # $fh = \do { local *FH };  # XXX this is buggy
     if ($] < 5.006) {
        # perl 5.005 and earlier don't autovivify filehandles
        require Symbol;