the \do {local *FH} trick in Tie::File was really only needed
authorGurusamy Sarathy <gsar@cpan.org>
Tue, 13 May 2003 13:08:47 +0000 (13:08 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Tue, 13 May 2003 13:08:47 +0000 (13:08 +0000)
commite0cf91d56b571fae04d6e52c0045b5e6dc4f5eae
tree7f22a7728fcb385dc24472abfc93bd5756515eca
parent7e0017d3b6ac1a9bfee873d050999f77952fb701
the \do {local *FH} trick in Tie::File was really only needed
on 5.005 and earlier, since later versions can autovivify
the handle

however, a search in the p5p archives reveals the trick doesn't
fully work in the versions it is needed in, so use the more
standard Symbol::gensym() way

p4raw-id: //depot/perl@19511
lib/Tie/File.pm
lib/Tie/File/t/09_gen_rs.t