in reply to Re^2: Where to store the "golden" copy of a CPAN distro? (on github)
in thread Where to store the "golden" copy of a CPAN distro?

I think you're misunderstanding the point of giving Github your SSH public keys. They are just there so git-over-ssh can work; not to make anything "official".

Nope, merely misremembering/imagining that github did something extra , like sign some SHA1's with your public keys...

  • Comment on Re^3: Where to store the "golden" copy of a CPAN distro? (on github)

Replies are listed 'Best First'.
Re^4: Where to store the "golden" copy of a CPAN distro? (on github)
by tobyink (Canon) on Aug 31, 2013 at 18:12 UTC

    They'd need your private keys to sign anything. You should never give out your primary keys.

    use Moops; class Cow :rw { has name => (default => 'Ermintrude') }; say Cow->new->name