]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/Git.pm
git: drop needless ENOENT import
[public-inbox.git] / lib / PublicInbox / Git.pm
index a3813bf2123dc02748a2903f3cdc582ca92db7eb..9197ea674a1808bc06aeb86d04d57a3ede2a224e 100644 (file)
@@ -12,7 +12,7 @@ use v5.10.1;
 use parent qw(Exporter);
 use POSIX ();
 use IO::Handle; # ->autoflush
-use Errno qw(EINTR EAGAIN ENOENT);
+use Errno qw(EINTR EAGAIN);
 use File::Glob qw(bsd_glob GLOB_NOSORT);
 use File::Spec ();
 use Time::HiRes qw(stat);