X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=git-cvsimport.perl;h=76f6246a31b86dd54ca0556f76a8511d73be8ec7;hb=fb6a9f93d39e4e5fdb83673a927f71a34e9fb7c0;hp=af331d9c4316a56db7bd4b3cfb4f1d5d8d5f6de5;hpb=376bb3a352d6512a318706c2fba5737ffd7cc92b;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";