cvsimport: avoid "use" with :tag
Avoid "use POSIX qw(strftime dup2 :errno_h)"; it was reported that a Perl installations on Mandrake 9.1 did not like it, even though it understood "use POSIX qw(:errno_h)". Funny. Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
parent
ed90cbf5f6
commit
e49289dfb7
@ -23,7 +23,7 @@ use File::Basename qw(basename dirname);
|
|||||||
use Time::Local;
|
use Time::Local;
|
||||||
use IO::Socket;
|
use IO::Socket;
|
||||||
use IO::Pipe;
|
use IO::Pipe;
|
||||||
use POSIX qw(strftime dup2 :errno_h);
|
use POSIX qw(strftime dup2 ENOENT);
|
||||||
use IPC::Open2;
|
use IPC::Open2;
|
||||||
|
|
||||||
$SIG{'PIPE'}="IGNORE";
|
$SIG{'PIPE'}="IGNORE";
|
||||||
|
Loading…
Reference in New Issue
Block a user