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