about summary refs log tree commit homepage
path: root/lib/PublicInbox
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2023-10-29 16:08:06 +0000
committerEric Wong <e@80x24.org>2023-10-29 16:06:55 +0000
commitd1a6fa153b50c0ae7deca6e7aa1ac49904701805 (patch)
tree0b92b6b2ea23349ee595e2c9920663f777bf5fd8 /lib/PublicInbox
parent332b10016ec2a18bb37a16f2fb02b4f60c687aa7 (diff)
downloadpublic-inbox-d1a6fa153b50c0ae7deca6e7aa1ac49904701805.tar.gz
*sigh* fixing interactive editing stuff is a pain...
Found while making other changes...

Fixes: 19b791f4894efcb6 (use read_all in more places to improve safety)
Diffstat (limited to 'lib/PublicInbox')
-rw-r--r--lib/PublicInbox/LeiConfig.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/PublicInbox/LeiConfig.pm b/lib/PublicInbox/LeiConfig.pm
index 796bb4f5..b915d787 100644
--- a/lib/PublicInbox/LeiConfig.pm
+++ b/lib/PublicInbox/LeiConfig.pm
@@ -5,6 +5,7 @@ use v5.12;
 use PublicInbox::PktOp;
 use Fcntl qw(SEEK_SET);
 use autodie qw(open seek);
+use PublicInbox::Git qw(read_all);
 
 sub cfg_do_edit ($;$) {
         my ($self, $reason) = @_;