[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Problems with texlive-new's tpm2debcommon.pm



Norbert Preining <preining@logic.at> wrote:

> On Sam, 20 Jan 2007, Norbert Preining wrote:
>> Why not do 
>> 	use Tpm;
>> ourselves? I thought I did move this to tpm2debcommon, and indeed I
>> found it there ... did you move it ...
>
> Second though, I saw that you started to add code to tpm2debcommon.pm
> from Tpm.pm. Why not shift the
> 	use Tpm;
> to the load_collectio_tpm_data function, as only there it is necessary
> and then *actually* use the Tpm.pm from texlive Master. I prefer *not*
> top copy all the stuff from Tpm.pm.

This seems like a good idea.  Hm, or not - aren't "use" directives
evaluated at compile time?  Then it would always be loaded no matter
whether load_collection_tpm_data is called, and we can as well put it in
the main "use..." block.

Regards, Frank
-- 
Dr. Frank Küster
Single Molecule Spectroscopy, Protein Folding @ Inst. f. Biochemie, Univ. Zürich
Debian Developer (teTeX/TeXLive)



Reply to: