CPAN-Uploader
CPAN-Uploader copied to clipboard
perl library (and program) to upload dists to the cpan
It would be nice to have the username and password configurable via environment variables, so that passwords never make it to either disk (even encrypted, as it seems to be...
Floating this for discussion before I attempt a PR How would people feel about automatically uploading checksums along with tarballs?
So setting upload_uri in the config file did not work for me, and looking at the code I can't find any reason it should. Digging through the code I did...
CPAN::Uploader 0.103013 has a little code for the PAUSE "Upload this URL" (SUBMIT_pause99_add_uri_uri) telling PAUSE to fetch from a url, rather than giving it file content. Is that intended as...
Is there any interest (or objections) in having CPAN::Uploader read PAUSE credentials from `~/.netrc` (as opposed to `~/.pause`)? If there's interest, I'd be happy to come up with a patch/PR...