mirror of
https://github.com/Perl/perl5.git
synced 2026-01-26 08:38:23 +00:00
Give Perl doc sites a sane ‘latest’ version to display, directing readers to current information, rather than showing the Perl 5.12 version in perpetuity. And help anybody typing man perlrepository find where the docs have moved to. Suggested by Father Chrysostomos in: http://www.nntp.perl.org/group/perl.perl5.porters/2013/09/msg207079.html
19 lines
509 B
Plaintext
19 lines
509 B
Plaintext
=encoding utf8
|
|
|
|
=head1 NAME
|
|
|
|
perlrepository - Links to current information on the Perl source repository
|
|
|
|
=head1 DESCRIPTION
|
|
|
|
Perl's source code is stored in a Git repository.
|
|
|
|
See L<perlhack> for an explanation of Perl development, including the
|
|
L<Super Quick Patch Guide|perlhack/SUPER QUICK PATCH GUIDE> for making and
|
|
submitting a small patch.
|
|
|
|
See L<perlgit> for detailed information about Perl's Git repository.
|
|
|
|
(The above documents supersede the information that was formerly here in
|
|
perlrepository.)
|