[Module-build-general] Signatures not actually valid, it seems
Status: Beta
Brought to you by:
kwilliams
|
From: Ken W. <ke...@ma...> - 2003-09-02 14:37:21
|
Hi, It has come to my attention that M::B's signatures don't play nice with the MANIFEST file. The signing process will proceed fine if SIGNATURE isn't in the MANIFEST, but then the signature isn't valid (Module::Signature complains about the missing entry). If you add SIGNATURE to the MANIFEST and don't create the SIGNATURE file first, then 'Build dist' won't work because the file is missing. If you do create the SIGNATURE file (using 'touch SIGNATURE' or the like) then Module::Signature seems unable to overwrite the file. Needs to be fixed, of course. -Ken |