Add IO::Handle and FileHandle in Perl modules that should be loaded. Thanks to Jeetendra Poojari for the report.
This commit is contained in:
parent
fe5fd765c6
commit
73f5160f4b
|
@ -22,6 +22,9 @@ BEGIN {
|
||||||
use Time::HiRes qw/ualarm/;
|
use Time::HiRes qw/ualarm/;
|
||||||
use Time::Local 'timelocal_nocheck';
|
use Time::Local 'timelocal_nocheck';
|
||||||
use Fcntl qw(:flock);
|
use Fcntl qw(:flock);
|
||||||
|
use IO::Handle;
|
||||||
|
use FileHandle;
|
||||||
|
|
||||||
|
|
||||||
# Set all internal variable
|
# Set all internal variable
|
||||||
$VERSION = '6.0';
|
$VERSION = '6.0';
|
||||||
|
|
Loading…
Reference in New Issue