From fdee78a14f58490dbf4ee18c2c17cabf2cf1ec8f Mon Sep 17 00:00:00 2001 From: Kang-min Liu Date: Sun, 1 Sep 2019 15:24:43 +0900 Subject: [PATCH] Replace a few http urls with https A few link labels are also updated. --- README.bs2000 | 2 +- README.jp | 22 +++++++++++++--------- README.os390 | 2 +- README.tw | 2 +- pod/perlhack.pod | 2 +- pod/perlmodstyle.pod | 8 ++++---- pod/perlnewmod.pod | 2 +- pod/perlthrtut.pod | 2 +- 8 files changed, 23 insertions(+), 19 deletions(-) diff --git a/README.bs2000 b/README.bs2000 index 92cf0ed..567685d 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 ac79078..2bd89ea 100644 --- a/README.jp +++ b/README.jp @@ -120,15 +120,19 @@ Perlには膨大な資料が付属しており、Perlの新機能やUnicodeサ =over 4 -=item L +=item L -Perl ホームページ (O'Reilly and Associates) +Perl ホームページ -=item L +=item L + +Perl 財団が営業する文章作品集 + +=item L CPAN (Comprehensive Perl Archive Network) -=item L +=item L Perl メーリングリスト集 @@ -146,7 +150,7 @@ O'Reilly 社のPerl関連書籍(繁体字中国語) O'Reilly 社のPerl関連書籍(簡体字中国語) -=item L +=item L オライリー社のPerl関連書籍(日本語) @@ -156,7 +160,7 @@ O'Reilly 社のPerl関連書籍(簡体字中国語) =over 4 -=item L +=item L =back @@ -164,15 +168,15 @@ O'Reilly 社のPerl関連書籍(簡体字中国語) =over 4 -=item L +=item L Unicode コンソーシアム (Unicode規格の選定団体) -=item L +=item L UTF-8 and Unicode FAQ for Unix/Linux -=item L +=item L UTF-8 and Unicode FAQ for Unix/Linux (ハングル訳) diff --git a/README.os390 b/README.os390 index 8062628..b0c3cef 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 a1e4969..05220aa 100644 --- a/README.tw +++ b/README.tw @@ -50,7 +50,7 @@ Perl 也內附了 "piconv", 一支完全以 Perl 寫成的字符轉換工具程 =head2 額外的中文編碼 -如果需要更多的中文編碼, 可以從 CPAN (L) 下載 +如果需要更多的中文編碼, 可以從 CPAN (L) 下載 Encode::HanExtra 模組. 它目前提供下列編碼方式: cccii 1980 年文建會的中文資訊交換碼 diff --git a/pod/perlhack.pod b/pod/perlhack.pod index a5ac7a6..02624b0 100644 --- a/pod/perlhack.pod +++ b/pod/perlhack.pod @@ -145,7 +145,7 @@ L. 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 for +repository. See L for subscription and archive information. =head2 #p5p on IRC diff --git a/pod/perlmodstyle.pod b/pod/perlmodstyle.pod index 73e09b3..74672ac 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 and L +L and L and asking on C -(L). +(L). If an existing module B 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. +start, as are community sites like L. =head1 DESIGNING AND WRITING YOUR MODULE @@ -798,7 +798,7 @@ L, L L, L, L, L, L -=item L +=item L Perl Authors Upload Server. Contains links to information for module authors. diff --git a/pod/perlnewmod.pod b/pod/perlnewmod.pod index 61cc7bf..48003e6 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 mailing list (send an email to C to subscribe; see -L for more information +L for more information and a link to the archives). =item Choose a name diff --git a/pod/perlthrtut.pod b/pod/perlthrtut.pod index fa56f81..68d4bfb 100644 --- a/pod/perlthrtut.pod +++ b/pod/perlthrtut.pod @@ -1093,7 +1093,7 @@ Latest version of L on CPAN: L Perl threads mailing list: -L +L =head1 Bibliography -- 1.8.3.1