Always bless filehandles into IO::Handle:: - don't try for FileHandle:: first.
authorNicholas Clark <nick@ccl4.org>
Fri, 20 Nov 2009 10:23:54 +0000 (10:23 +0000)
committerNicholas Clark <nick@ccl4.org>
Fri, 20 Nov 2009 10:26:20 +0000 (10:26 +0000)
commit31c9a3ace4f559b79a21319b8903e92f53b44868
treeced3b4b759a546e9709e5b3be8cc727e2b9e599a
parent7c5c215e1c2227e9a83f8a692fa67abe338df835
Always bless filehandles into IO::Handle:: - don't try for FileHandle:: first.

Given that FileHandle "is now a front-end to the IO::* classes" it seems
wasted effort to indirect through it.
sv.c