Re: [Module-build-general] Signatures not actually valid, it seems
Status: Beta
Brought to you by:
kwilliams
|
From: Dave R. <au...@ur...> - 2003-09-02 15:11:38
|
On Tue, 2 Sep 2003, Ken Williams wrote: > 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. I think this is why I added a "sign" property. If this exists the distdir action will call _sign_dir(). I think with this property set, things should work fine as long as SIGNATURE is in the MANIFEST. Maybe we should just remove the "distsign" action entirely, and tell people to set this property in their Build.PL if they want signed distros. -dave /*======================= House Absolute Consulting www.houseabsolute.com =======================*/ |