andk / pause

Perl authors upload server
http://pause.perl.org/
150 stars 58 forks source link

Uploading a trial or dev release with no existing permissions or releases should grant permissions #536

Open haarg opened 4 weeks ago

haarg commented 4 weeks ago

When a dev release is done in an unused namespace, the user should be given first-come permissions just like they would be if they did a real release. This would give proper permission protections on a namespace for modules that haven't had a stable release yet.

This would be particularly useful for downstream users like MetaCPAN. Currently, unauthorized releases are shown in many places because there are situations like "dev release with no stable" where we wouldn't want to hide them entirely.

neilb commented 4 weeks ago

Referencing #371