]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/InboxWritable.pm
mda: use InboxWritable
[public-inbox.git] / lib / PublicInbox / InboxWritable.pm
index 9b0cdfd04e229ce7cb9cce70008f67cded1e028f..aa62132fe9a184e3700ec5a76ddafe7ff27793dd 100644 (file)
@@ -39,6 +39,7 @@ sub importer {
                        my $addr = $self->{-primary_address};
                        PublicInbox::Import->new($git, $name, $addr, $self);
                } else {
+                       $! = 78; # EX_CONFIG 5.3.5 local configuration error
                        die "unsupported inbox version: $v\n";
                }
        }