mirror of
https://github.com/Perl/perl5.git
synced 2026-01-26 16:39:36 +00:00
Replace a few http urls with https
A few link labels are also updated.
This commit is contained in:
parent
7bf1129bbe
commit
fdee78a14f
@ -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:
|
||||
|
||||
|
||||
22
README.jp
22
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 (ハングル訳)
|
||||
|
||||
|
||||
@ -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:
|
||||
|
||||
|
||||
@ -50,7 +50,7 @@ Perl 也內附了 "piconv", 一支完全以 Perl 寫成的字符轉換工具程
|
||||
|
||||
=head2 額外的中文編碼
|
||||
|
||||
如果需要更多的中文編碼, 可以從 CPAN (L<http://www.cpan.org/>) 下載
|
||||
如果需要更多的中文編碼, 可以從 CPAN (L<https://www.cpan.org/>) 下載
|
||||
Encode::HanExtra 模組. 它目前提供下列編碼方式:
|
||||
|
||||
cccii 1980 年文建會的中文資訊交換碼
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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.
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user