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

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
  • Comment on Re^4: Where to store the "golden" copy of a CPAN distro? (on github)