perl/pod/perlrepository.pod
Smylers 5edbc4ffd6 Restore perlrepository.pod in stub form
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
2013-09-03 12:52:07 -07:00

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.)