changed FileHandle to IO::File in cmds
[spider.git] / cmd / apropos.pl
index 111e9b25292bb4a2ec83946aff25badc7f0e9780..26a60e7ccca6bdaf573e4ab9550fe2ef4853314e 100644 (file)
@@ -15,7 +15,7 @@ my @out;
 my $lang = $self->lang;
 $lang = 'en' if !$lang;
 
-my $h = new FileHandle;
+my $h = new IO::File;
 
 if (!open($h, "$main::localcmd/Commands_$lang.hlp")) {
        if (!open($h, "$main::cmd/Commands_$lang.hlp")) {