Subject: | "Could not write to SIGNATURE" appears to be false error |
There appears to be a bug when this module is used with Module::Build. When
I run "./Build distsign", this error is returned from Module::Signature:
Could not write to SIGNATURE at /usr/local/lib/perl5/site_perl/5.8.0/Module/Signature.pm line 559, <STDIN> line 1.
However, the file definitely exists and is writable, because this works:
cpansign sign
I apologize if this is really a Module::Build bug. :)
One thing that would help debug this for the error message to include the file path that was actually attempted to be written.
I had this bug using Module::Build .20 and .21