Drop use of Fcntl (not needed).
Signed-off-by: Thomas Hochstein <thh@inter.net>
This commit is contained in:
parent
c4765a39f3
commit
f5a291096e
|
@ -36,7 +36,6 @@ use strict;
|
||||||
use Net::NNTP;
|
use Net::NNTP;
|
||||||
use Net::Domain qw(hostfqdn);
|
use Net::Domain qw(hostfqdn);
|
||||||
use Date::Calc qw(Add_Delta_YM Add_Delta_Days Delta_Days Today);
|
use Date::Calc qw(Add_Delta_YM Add_Delta_Days Delta_Days Today);
|
||||||
use Fcntl ':flock'; # import LOCK_* constants
|
|
||||||
use Getopt::Std;
|
use Getopt::Std;
|
||||||
$Getopt::Std::STANDARD_HELP_VERSION = 1;
|
$Getopt::Std::STANDARD_HELP_VERSION = 1;
|
||||||
my ($TDY, $TDM, $TDD) = Today(); #TD: Today's date
|
my ($TDY, $TDM, $TDD) = Today(); #TD: Today's date
|
||||||
|
|
Loading…
Reference in a new issue