Add 'require IO::Handle' at beginning of FileHandle.pm
=head1 SEE ALSO
L<perlfunc>,
-L<perlop/"I/O Operators">,
-L<POSIX/"FileHandle">
+L<perlop/"I/O Operators">.
=head1 BUGS
require DynaLoader;
@ISA = qw(Exporter DynaLoader);
+require IO::Handle; # Kludge for bareword handles
+
$VERSION = "1.00" ;
@EXPORT = qw(_IOFBF _IOLBF _IONBF);