summaryrefslogtreecommitdiff
path: root/pod/perlmodlib.PL
diff options
context:
space:
mode:
authorDan Collins <dcollinsn@gmail.com>2016-06-08 15:41:34 -0400
committerLukas Mai <l.mai@web.de>2016-06-20 20:33:27 +0200
commit323565712651fcba2b32b0b34a5e12fc169e3330 (patch)
tree7c3ebe5a2dc408b4c15611f01b61517282662ca7 /pod/perlmodlib.PL
parentd52d06a7c81cf08f525d196054b9352c5ce45261 (diff)
downloadperl-323565712651fcba2b32b0b34a5e12fc169e3330.tar.gz
Remove most references to USENET from docs
Diffstat (limited to 'pod/perlmodlib.PL')
-rw-r--r--pod/perlmodlib.PL31
1 files changed, 5 insertions, 26 deletions
diff --git a/pod/perlmodlib.PL b/pod/perlmodlib.PL
index 3c5be81c9f..484d906e11 100644
--- a/pod/perlmodlib.PL
+++ b/pod/perlmodlib.PL
@@ -1405,43 +1405,22 @@ See perldoc ExtUtils::MakeMaker.pm for details.
How to release and distribute a module.
-It's good idea to post an announcement of the availability of your
-module (or the module itself if small) to the comp.lang.perl.announce
-Usenet newsgroup. This will at least ensure very wide once-off
-distribution.
+If possible, register the module with CPAN. Follow the instructions
+and links on:
-If possible, register the module with CPAN. You should
-include details of its location in your announcement.
-
-Some notes about ftp archives: Please use a long descriptive file
-name that includes the version number. Most incoming directories
-will not be readable/listable, i.e., you won't be able to see your
-file after uploading it. Remember to send your email notification
-message as soon as possible after uploading else your file may get
-deleted automatically. Allow time for the file to be processed
-and/or check the file has been processed before announcing its
-location.
-
-FTP Archives for Perl Modules:
-
-Follow the instructions and links on:
-
- http://www.cpan.org/modules/00modlist.long.html
http://www.cpan.org/modules/04pause.html
-or upload to one of these sites:
+and upload to:
- https://pause.kbx.de/pause/
http://pause.perl.org/
-and notify <modules@perl.org>.
+and notify <modules@perl.org>. This will allow anyone to install
+your module using the C<cpan> tool distributed with Perl.
By using the WWW interface you can ask the Upload Server to mirror
your modules from your ftp or WWW site into your own directory on
CPAN!
-Please remember to send me an updated entry for the Module list!
-
=item *
Take care when changing a released module.