[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: epub generation depends on perl Archive::ZIP module
From: |
Gavin Smith |
Subject: |
Re: epub generation depends on perl Archive::ZIP module |
Date: |
Fri, 5 Aug 2022 23:18:21 +0100 |
> It would be better if we could avoid loading the rest of the module
> once the problem is detected, although I don't know if this is
> possible without calling "die".
I suppose one way would be to take the top-level code calling
functions like texinfo_register_handler and put them inside
a function like "import" or "init". The loading code in
Texinfo::Config::GNUT_load_init_file would only call this
function if there were no errors.