From 66b5b9b719a73ccb69aa5b9b38c5ebad57f7e26a Mon Sep 17 00:00:00 2001 From: Chip Salzenberg Date: Mon, 18 Nov 1996 18:06:58 +1200 Subject: Kludge for bareword handles Add 'require IO::Handle' at beginning of FileHandle.pm --- ext/FileHandle/FileHandle.pm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ext/FileHandle/FileHandle.pm b/ext/FileHandle/FileHandle.pm index d479dae08c..ada75a301f 100644 --- a/ext/FileHandle/FileHandle.pm +++ b/ext/FileHandle/FileHandle.pm @@ -147,8 +147,7 @@ It will also croak() if accidentally called in a scalar context. =head1 SEE ALSO L, -L, -L +L. =head1 BUGS @@ -169,6 +168,8 @@ require Exporter; require DynaLoader; @ISA = qw(Exporter DynaLoader); +require IO::Handle; # Kludge for bareword handles + $VERSION = "1.00" ; @EXPORT = qw(_IOFBF _IOLBF _IONBF); -- cgit v1.2.1