summaryrefslogtreecommitdiff
path: root/pod/perlmodlib.PL
diff options
context:
space:
mode:
Diffstat (limited to 'pod/perlmodlib.PL')
-rw-r--r--pod/perlmodlib.PL12
1 files changed, 6 insertions, 6 deletions
diff --git a/pod/perlmodlib.PL b/pod/perlmodlib.PL
index 063e56cafd..0e643239ad 100644
--- a/pod/perlmodlib.PL
+++ b/pod/perlmodlib.PL
@@ -118,7 +118,7 @@ push @mod, "=item Config\n\nAccess Perl configuration information\n\n";
# parse as (reasonably) sane Pod as-is to anything that attempts to
# brute-force treat it as such. The content is already useful - this just
# makes it tidier, by stopping anything doing this mistaking the rest of the
-# Perl code for Pod. eg http://search.cpan.org/dist/perl/pod/perlmodlib.PL
+# Perl code for Pod. eg https://search.cpan.org/dist/perl/pod/perlmodlib.PL
print $out <<'=cut';
=head1 NAME
@@ -238,7 +238,7 @@ CPAN stands for Comprehensive Perl Archive Network; it's a globally
replicated trove of Perl materials, including documentation, style
guides, tricks and traps, alternate ports to non-Unix systems and
occasional binary distributions for these. Search engines for
-CPAN can be found at http://www.cpan.org/
+CPAN can be found at https://www.cpan.org/
Most importantly, CPAN includes around a thousand unbundled modules,
some of which require a C compiler to build. Major categories of
@@ -1098,7 +1098,7 @@ Generated by Porting/make_modlib_cpan.pl
For an up-to-date listing of CPAN sites,
-see L<http://www.cpan.org/SITES> or L<ftp://www.cpan.org/SITES>.
+see L<https://www.cpan.org/SITES> or L<ftp://www.cpan.org/SITES>.
=head1 Modules: Creation, Use, and Abuse
@@ -1306,7 +1306,7 @@ unique in the first 8 characters. Nested modules make this easier.
For additional guidance on the naming of modules, please consult:
- http://pause.perl.org/pause/query?ACTION=pause_namingmodules
+ https://pause.perl.org/pause/query?ACTION=pause_namingmodules
or send mail to the <module-authors@perl.org> mailing list.
@@ -1426,11 +1426,11 @@ How to release and distribute a module.
If possible, register the module with CPAN. Follow the instructions
and links on:
- http://www.cpan.org/modules/04pause.html
+ https://www.cpan.org/modules/04pause.html
and upload to:
- http://pause.perl.org/
+ https://pause.perl.org/
and notify <modules@perl.org>. This will allow anyone to install
your module using the C<cpan> tool distributed with Perl.