X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/fdee78a14f58490dbf4ee18c2c17cabf2cf1ec8f..71c89d211a61ffe1c5b9b28229483814d2eb2825:/pod/perlhack.pod diff --git a/pod/perlhack.pod b/pod/perlhack.pod index 02624b0..e62f7b0 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. +at L. 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. There is also an archive at -L. +L. There is also an archive at +L. =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. A mirror of the repository is +L. A mirror of the repository is found at L. =head2 Read access via rsync @@ -761,7 +761,7 @@ L, but avoids loading most modules and uses as few core features as possible. If you write your own test, use the L. +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, has very helpful pictures: -L +L =item * L and L @@ -1169,21 +1169,21 @@ wanting to go about Perl development. =head1 CPAN TESTERS AND PERL SMOKERS -The CPAN testers ( L ) are a group of volunteers +The CPAN testers ( L ) are a group of volunteers who test CPAN modules on a variety of platforms. -Perl Smokers ( L and -L ) +Perl Smokers ( L and +L ) 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. In order to start smoke +L. In order to start smoke testing CPAN modules visit -L or -L or -L. +L or +L or +L. =head1 WHAT NEXT?