Drop use of Fcntl (not needed).
authorThomas Hochstein <thh@inter.net>
Tue, 15 Jun 2010 20:30:11 +0000 (22:30 +0200)
committerThomas Hochstein <thh@inter.net>
Tue, 15 Jun 2010 20:30:11 +0000 (22:30 +0200)
Signed-off-by: Thomas Hochstein <thh@inter.net>
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 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
 use Getopt::Std;
 $Getopt::Std::STANDARD_HELP_VERSION = 1;
 my ($TDY, $TDM, $TDD) = Today(); #TD: Today's date
This page took 0.011847 seconds and 4 git commands to generate.