summaryrefslogtreecommitdiff
path: root/pod/perlhack.pod
diff options
context:
space:
mode:
authorMax Maischein <corion@corion.net>2019-10-09 21:41:08 +0200
committerMax Maischein <corion@corion.net>2019-10-11 10:06:49 +0200
commit71c89d211a61ffe1c5b9b28229483814d2eb2825 (patch)
tree9a3fd310bca9f75a743a84d4760a8fc2de5ddb32 /pod/perlhack.pod
parent4c2aa7c802893d0276551ade1b9d5dcd1226afc4 (diff)
downloadperl-71c89d211a61ffe1c5b9b28229483814d2eb2825.tar.gz
Move more URLs from http:// to https://
Diffstat (limited to 'pod/perlhack.pod')
-rw-r--r--pod/perlhack.pod28
1 files changed, 14 insertions, 14 deletions
diff --git a/pod/perlhack.pod b/pod/perlhack.pod
index 02624b06d8..e62f7b015a 100644
--- a/pod/perlhack.pod
+++ b/pod/perlhack.pod
@@ -120,7 +120,7 @@ command line tool. This tool will ensure that your bug report includes
all the relevant system and configuration information.
To browse existing Perl bugs and patches, you can use the web interface
-at L<http://rt.perl.org/>.
+at L<https://rt.perl.org/>.
Please check the archive of the perl5-porters list (see below) and/or
the bug tracking system before submitting a bug report. Often, you'll
@@ -138,8 +138,8 @@ are also referred to as the "Perl 5 Porters", "p5p" or just the
"porters".
A searchable archive of the list is available at
-L<http://markmail.org/search/?q=perl5-porters>. There is also an archive at
-L<http://archive.develooper.com/perl5-porters@perl.org/>.
+L<https://markmail.org/search/?q=perl5-porters>. There is also an archive at
+L<https://archive.develooper.com/perl5-porters@perl.org/>.
=head2 perl-changes mailing list
@@ -177,14 +177,14 @@ directory.
If you cannot use the git protocol for firewall reasons, you can also
clone via http, though this is much slower:
- % git clone http://perl5.git.perl.org/perl.git perl
+ % git clone https://perl5.git.perl.org/perl.git perl
=head2 Read access via the web
You may access the repository over the web. This allows you to browse
the tree, see recent commits, subscribe to RSS feeds for the changes,
search for particular commits and more. You may access it at
-L<http://perl5.git.perl.org/perl.git>. A mirror of the repository is
+L<https://perl5.git.perl.org/perl.git>. A mirror of the repository is
found at L<https://github.com/Perl/perl5>.
=head2 Read access via rsync
@@ -761,7 +761,7 @@ L<Test::More>, but avoids loading most modules and uses as few core
features as possible.
If you write your own test, use the L<Test Anything
-Protocol|http://testanything.org>.
+Protocol|https://testanything.org>.
=over 4
@@ -1144,7 +1144,7 @@ source, and we'll do that later on.
Gisle Aas's "illustrated perlguts", also known as I<illguts>, has very
helpful pictures:
-L<http://search.cpan.org/dist/illguts/>
+L<https://search.cpan.org/dist/illguts/>
=item * L<perlxstut> and L<perlxs>
@@ -1169,21 +1169,21 @@ wanting to go about Perl development.
=head1 CPAN TESTERS AND PERL SMOKERS
-The CPAN testers ( L<http://testers.cpan.org/> ) are a group of volunteers
+The CPAN testers ( L<http://cpantesters.org/> ) are a group of volunteers
who test CPAN modules on a variety of platforms.
-Perl Smokers ( L<http://www.nntp.perl.org/group/perl.daily-build/> and
-L<http://www.nntp.perl.org/group/perl.daily-build.reports/> )
+Perl Smokers ( L<https://www.nntp.perl.org/group/perl.daily-build/> and
+L<https://www.nntp.perl.org/group/perl.daily-build.reports/> )
automatically test Perl source releases on platforms with various
configurations.
Both efforts welcome volunteers. In order to get involved in smoke
testing of the perl itself visit
-L<http://search.cpan.org/dist/Test-Smoke/>. In order to start smoke
+L<https://search.cpan.org/dist/Test-Smoke/>. In order to start smoke
testing CPAN modules visit
-L<http://search.cpan.org/dist/CPANPLUS-YACSmoke/> or
-L<http://search.cpan.org/dist/minismokebox/> or
-L<http://search.cpan.org/dist/CPAN-Reporter/>.
+L<https://search.cpan.org/dist/CPANPLUS-YACSmoke/> or
+L<https://search.cpan.org/dist/minismokebox/> or
+L<https://search.cpan.org/dist/CPAN-Reporter/>.
=head1 WHAT NEXT?