Drop use of Fcntl (not needed).
[usenet/yapfaq.git] / yapfaq.pl
index 1257e63..a229e39 100644 (file)
--- a/yapfaq.pl
+++ b/yapfaq.pl
@@ -36,7 +36,6 @@ use strict;
 use Net::NNTP;
 use Net::Domain qw(hostfqdn);
 use Date::Calc qw(Add_Delta_YM Add_Delta_Days Delta_Days Today);
-use Fcntl ':flock'; # import LOCK_* constants
 use Getopt::Std;
 $Getopt::Std::STANDARD_HELP_VERSION = 1;
 my ($TDY, $TDM, $TDD) = Today(); #TD: Today's date
This page took 0.01031 seconds and 4 git commands to generate.