On Jul 29, 2006, at 9:25 PM, John Peacock wrote:
I'd bet it was the former rather than the latter (since the
packages don't exist
except as __DATA__ which is effectively invisible).
Yup, a change to M::B::ModuleInfo to have it stop reading after __
(END|DATA)__ fixed the problem.
2) Somehow my ability to sign modules has gone away, not sure why:
gpg: can't open `/Users/ken/.gnupg/pubring.gpg'
gpg: keydb_search failed: file open error
gpg: key B7EF9476: secret key without public key - skipped
gpg: no default secret key: secret key not available
gpg: [stdin]: clearsign failed: secret key not available
Check your rights on that file. Sometimes when you are installing
apps, you do
something as root (import a new key) and pubring.gpg gets changed
to an
incompatible ownership/rights.
Yeah, looks like that's what happened. I think I upgraded CPAN and
it imported the PAUSE keys or something.
Okay, NOW I think I'm ready...
-Ken