Restore perlrepository.pod in stub form
authorSmylers <Smylers@stripey.com>
Tue, 3 Sep 2013 13:52:12 +0000 (14:52 +0100)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 3 Sep 2013 19:52:07 +0000 (12:52 -0700)
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

MANIFEST
pod/perl.pod
pod/perlrepository.pod [new file with mode: 0644]
win32/pod.mak

index 8b4fd50..72d44bb 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -4703,6 +4703,7 @@ pod/perlref.pod                   Perl references, the rest of the story
 pod/perlreftut.pod             Perl references short introduction
 pod/perlreguts.pod             Perl regular expression engine internals
 pod/perlre.pod                 Perl regular expressions, the rest of the story
+pod/perlrepository.pod         
 pod/perlrequick.pod            Perl regular expressions quick start
 pod/perlreref.pod              Perl regular expressions quick reference
 pod/perlretut.pod              Perl regular expressions tutorial
index 20b6ad3..7ff91e4 100644 (file)
@@ -271,6 +271,7 @@ aux a2p c2ph h2ph h2xs perlbug pl2pm pod2html pod2man s2p splain xsubpp
     perltodo
     perltooc           
     perltoot           
+    perlrepository
 
 =for buildtoc __END__
 
diff --git a/pod/perlrepository.pod b/pod/perlrepository.pod
new file mode 100644 (file)
index 0000000..5c4ab00
--- /dev/null
@@ -0,0 +1,18 @@
+=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.)
index 44e6cea..65589ee 100644 (file)
@@ -118,6 +118,7 @@ POD = perl.pod      \
        perlref.pod     \
        perlreftut.pod  \
        perlreguts.pod  \
+       perlrepository.pod      \
        perlrequick.pod \
        perlreref.pod   \
        perlretut.pod   \
@@ -249,6 +250,7 @@ MAN = perl.man      \
        perlref.man     \
        perlreftut.man  \
        perlreguts.man  \
+       perlrepository.man      \
        perlrequick.man \
        perlreref.man   \
        perlretut.man   \
@@ -380,6 +382,7 @@ HTML = perl.html    \
        perlref.html    \
        perlreftut.html \
        perlreguts.html \
+       perlrepository.html     \
        perlrequick.html        \
        perlreref.html  \
        perlretut.html  \
@@ -511,6 +514,7 @@ TEX = perl.tex      \
        perlref.tex     \
        perlreftut.tex  \
        perlreguts.tex  \
+       perlrepository.tex      \
        perlrequick.tex \
        perlreref.tex   \
        perlretut.tex   \