Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Upload module to CPAN without using pause.perl.org

Tags:

perl

Since a few days pause.perl.org service is down. Is there a way to upload modules to CPAN without using pause.perl.org ?

like image 562
ovntatar Avatar asked May 19 '26 05:05

ovntatar


1 Answers

Unfortunately not. I suppose theoretically you could bug the sys admins of some of the higher tier CPAN mirrors, and request they add your tarball manually. But in that case your module wouldn't get indexed correctly, etc. So we just have to wait.

In the mean time, I'd suggest uploading elsewhere, such as your personal web server, or Google Code, etc. People installing using cpanminus should be able to do so just using the URL for the tarball:

cpanm 'http://example.com/~ovntatar/perl/Foo-Bar-1.001.tar.gz'

If it's an especially important release (e.g. contains a vital bug fix) then announcing the release on blogs.perl.org, PerlMonks, or a relevant irc.perl.org channel would bee a good idea.

When PAUSE reappears, you can re-upload the same tarball there.

like image 53
tobyink Avatar answered May 21 '26 23:05

tobyink



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!