X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=git-cvsimport.perl;h=76f6246a31b86dd54ca0556f76a8511d73be8ec7;hb=fd7e9fb7ae206a64b87c7faecfc88716e98a7577;hp=af331d9c4316a56db7bd4b3cfb4f1d5d8d5f6de5;hpb=a861b58bbf4bced62a0b8faa8deba107edb0bffd;p=git.git diff --git a/git-cvsimport.perl b/git-cvsimport.perl index af331d9c..76f6246a 100755 --- a/git-cvsimport.perl +++ b/git-cvsimport.perl @@ -23,7 +23,7 @@ use File::Basename qw(basename dirname); use Time::Local; use IO::Socket; use IO::Pipe; -use POSIX qw(strftime dup2 :errno_h); +use POSIX qw(strftime dup2 ENOENT); use IPC::Open2; $SIG{'PIPE'}="IGNORE";