summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKang-min Liu <gugod@gugod.org>2019-09-01 15:24:43 +0900
committerKaren Etheridge <ether@cpan.org>2019-09-08 22:45:44 -0700
commitfdee78a14f58490dbf4ee18c2c17cabf2cf1ec8f (patch)
tree326888aa03d1d3632a08926b889cdb1fe20a4755
parent7bf1129bbe5c58d1600900eaaea2fff7b2fcac8f (diff)
downloadperl-fdee78a14f58490dbf4ee18c2c17cabf2cf1ec8f.tar.gz
Replace a few http urls with https
A few link labels are also updated.
-rw-r--r--README.bs20002
-rw-r--r--README.jp22
-rw-r--r--README.os3902
-rw-r--r--README.tw2
-rw-r--r--pod/perlhack.pod2
-rw-r--r--pod/perlmodstyle.pod8
-rw-r--r--pod/perlnewmod.pod2
-rw-r--r--pod/perlthrtut.pod2
8 files changed, 23 insertions, 19 deletions
diff --git a/README.bs2000 b/README.bs2000
index 92cf0ed867..567685d66f 100644
--- a/README.bs2000
+++ b/README.bs2000
@@ -227,7 +227,7 @@ To subscribe, send an empty message to perl-mvs-subscribe@perl.org.
See also:
- http://lists.perl.org/list/perl-mvs.html
+ https://lists.perl.org/list/perl-mvs.html
There are web archives of the mailing list at:
diff --git a/README.jp b/README.jp
index ac79078a1b..2bd89ea31d 100644
--- a/README.jp
+++ b/README.jp
@@ -120,15 +120,19 @@ Perlには膨大な資料が付属しており、Perlの新機能やUnicodeサ
=over 4
-=item L<http://www.perl.com/>
+=item L<https://www.perl.org/>
-Perl ホームページ (O'Reilly and Associates)
+Perl ホームページ
-=item L<http://www.cpan.org/>
+=item L<https://www.perl.com/>
+
+Perl 財団が営業する文章作品集
+
+=item L<https://www.cpan.org/>
CPAN (Comprehensive Perl Archive Network)
-=item L<http://lists.perl.org/>
+=item L<https://lists.perl.org/>
Perl メーリングリスト集
@@ -146,7 +150,7 @@ O'Reilly 社のPerl関連書籍(繁体字中国語)
O'Reilly 社のPerl関連書籍(簡体字中国語)
-=item L<http://www.oreilly.co.jp/catalog/>
+=item L<https://www.oreilly.co.jp/catalog/>
オライリー社のPerl関連書籍(日本語)
@@ -156,7 +160,7 @@ O'Reilly 社のPerl関連書籍(簡体字中国語)
=over 4
-=item L<http://www.pm.org/groups/asia.html>
+=item L<https://www.pm.org/groups/asia.html>
=back
@@ -164,15 +168,15 @@ O'Reilly 社のPerl関連書籍(簡体字中国語)
=over 4
-=item L<http://www.unicode.org/>
+=item L<https://www.unicode.org/>
Unicode コンソーシアム (Unicode規格の選定団体)
-=item L<http://www.cl.cam.ac.uk/%7Emgk25/unicode.html>
+=item L<https://www.cl.cam.ac.uk/%7Emgk25/unicode.html>
UTF-8 and Unicode FAQ for Unix/Linux
-=item L<http://wiki.kldp.org/Translations/html/UTF8-Unicode-KLDP/UTF8-Unicode-KLDP.html>
+=item L<https://wiki.kldp.org/Translations/html/UTF8-Unicode-KLDP/UTF8-Unicode-KLDP.html>
UTF-8 and Unicode FAQ for Unix/Linux (ハングル訳)
diff --git a/README.os390 b/README.os390
index 8062628aa3..b0c3cefcad 100644
--- a/README.os390
+++ b/README.os390
@@ -422,7 +422,7 @@ To subscribe, send an empty message to perl-mvs-subscribe@perl.org.
See also:
- http://lists.perl.org/list/perl-mvs.html
+ https://lists.perl.org/list/perl-mvs.html
There are web archives of the mailing list at:
diff --git a/README.tw b/README.tw
index a1e4969aa4..05220aa615 100644
--- a/README.tw
+++ b/README.tw
@@ -50,7 +50,7 @@ Perl 也內附了 "piconv", 一支完全以 Perl 寫成的字符轉換工具程
=head2 額外的中文編碼
-如果需要更多的中文編碼, 可以從 CPAN (L<http://www.cpan.org/>) 下載
+如果需要更多的中文編碼, 可以從 CPAN (L<https://www.cpan.org/>) 下載
Encode::HanExtra 模組. 它目前提供下列編碼方式:
cccii 1980 年文建會的中文資訊交換碼
diff --git a/pod/perlhack.pod b/pod/perlhack.pod
index a5ac7a6082..02624b06d8 100644
--- a/pod/perlhack.pod
+++ b/pod/perlhack.pod
@@ -145,7 +145,7 @@ L<http://archive.develooper.com/perl5-porters@perl.org/>.
The perl5-changes mailing list receives a copy of each patch that gets
submitted to the maintenance and development branches of the perl
-repository. See L<http://lists.perl.org/list/perl5-changes.html> for
+repository. See L<https://lists.perl.org/list/perl5-changes.html> for
subscription and archive information.
=head2 #p5p on IRC
diff --git a/pod/perlmodstyle.pod b/pod/perlmodstyle.pod
index 73e09b38cd..74672acdb3 100644
--- a/pod/perlmodstyle.pod
+++ b/pod/perlmodstyle.pod
@@ -182,9 +182,9 @@ been done in Perl, and avoid re-inventing the wheel unless you have a
good reason.
Good places to look for pre-existing modules include
-L<http://search.cpan.org/> and L<https://metacpan.org>
+L<MetaCPAN|https://metacpan.org> and L<PrePAN|http://prepan.org>
and asking on C<module-authors@perl.org>
-(L<http://lists.perl.org/list/module-authors.html>).
+(L<https://lists.perl.org/list/module-authors.html>).
If an existing module B<almost> does what you want, consider writing a
patch, writing a subclass, or otherwise extending the existing module
@@ -255,7 +255,7 @@ developers.
You should also try to get feedback from people who are already familiar
with the module's application domain and the CPAN naming system. Authors
of similar modules, or modules with similar names, may be a good place to
-start, as are community sites like L<Perl Monks|http://www.perlmonks.org>.
+start, as are community sites like L<Perl Monks|https://www.perlmonks.org>.
=head1 DESIGNING AND WRITING YOUR MODULE
@@ -798,7 +798,7 @@ L<ExtUtils::MakeMaker>, L<Module::Build>
L<Test::Simple>, L<Test::Inline>, L<Carp::Assert>, L<Test::More>, L<Test::MockObject>
-=item L<http://pause.perl.org/>
+=item L<https://pause.perl.org/>
Perl Authors Upload Server. Contains links to information for module
authors.
diff --git a/pod/perlnewmod.pod b/pod/perlnewmod.pod
index 61cc7bfc41..48003e6ad6 100644
--- a/pod/perlnewmod.pod
+++ b/pod/perlnewmod.pod
@@ -98,7 +98,7 @@ might not actually be any real demand for it out there. If you're unsure
about the demand your module will have, consider asking the
C<module-authors@perl.org> mailing list (send an email to
C<module-authors-subscribe@perl.org> to subscribe; see
-L<http://lists.perl.org/list/module-authors.html> for more information
+L<https://lists.perl.org/list/module-authors.html> for more information
and a link to the archives).
=item Choose a name
diff --git a/pod/perlthrtut.pod b/pod/perlthrtut.pod
index fa56f81122..68d4bfb494 100644
--- a/pod/perlthrtut.pod
+++ b/pod/perlthrtut.pod
@@ -1093,7 +1093,7 @@ Latest version of L<threads::shared> on CPAN:
L<http://search.cpan.org/search?module=threads%3A%3Ashared>
Perl threads mailing list:
-L<http://lists.perl.org/list/ithreads.html>
+L<https://lists.perl.org/list/ithreads.html>
=head1 Bibliography