Add IO::Handle and FileHandle in Perl modules that should be loaded. Thanks to Jeetendra Poojari for the report.

This commit is contained in:
Darold Gilles 2014-09-03 10:26:39 +02:00
parent fe5fd765c6
commit 73f5160f4b
1 changed files with 3 additions and 0 deletions

View File

@ -22,6 +22,9 @@ BEGIN {
use Time::HiRes qw/ualarm/;
use Time::Local 'timelocal_nocheck';
use Fcntl qw(:flock);
use IO::Handle;
use FileHandle;
# Set all internal variable
$VERSION = '6.0';