Re: [Module::Build] Module::Build installation problem: Interaction with cpan shell and gpg
Status: Beta
Brought to you by:
kwilliams
From: David G. <da...@hy...> - 2006-05-01 12:46:41
|
James Keenan wrote: > My permissions match yours exactly (though I don't have a random_seed or > secring.gpg file in that directory). > > PathTools is another distro that fails in the same way. I'm beginning > to think that the distros that do the right thing -- have a signature -- > are the distros on which my cpan shell will fail. There was something recently on one of the perl* lists I'm on about Module::Signature and newlines. Subversion is bad about automatic newline conversions between platforms. You need to either set the eol-style param or set auto-props in your subversion config files. Here's an example of how to do so for unix and windows: http://www.symfony-project.com/trac/wiki/SymfonyRepositoryTips Given the recent switch to subversion, I figured there's a chance this could be related. You might each try checking (in binmode) a count of the various newline characters in the files that are failing. Regards, David Golden |