-
Notifications
You must be signed in to change notification settings - Fork 577
[PATCH] 79ce185 Restore perlrepository.pod in stub form #13221
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
From @SmylersThis is a bug report for perl from smylers@stripey.com, From 79ce1858a00ed46c50bbaf3012a2d4440fd95db1 Mon Sep 17 00:00:00 2001 This is a multi-part message in MIME format. Give Perl doc sites a sane ‘latest’ version to display, directing readers And help anybody typing man perlrepository find where the docs have moved Suggested by Father Chrysostomos in: MANIFEST | 1 + --------------1.8.1.2 Inline Patchdiff --git a/MANIFEST b/MANIFEST
index 8b4fd50..72d44bb 100644
--- 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
diff --git a/pod/perl.pod b/pod/perl.pod
index 20b6ad3..7ff91e4 100644
--- a/pod/perl.pod
+++ b/pod/perl.pod
@@ -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
index 0000000..5c4ab00
--- /dev/null
+++ b/pod/perlrepository.pod
@@ -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.)
diff --git a/win32/pod.mak b/win32/pod.mak
index 44e6cea..65589ee 100644
--- a/win32/pod.mak
+++ b/win32/pod.mak
@@ -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 \
--------------1.8.1.2--
---
Site configuration information for perl 5.19.4: Configured by smylers at Tue Sep 3 10:58:31 BST 2013. Summary of my perl5 (revision 5 version 19 subversion 4) configuration: @INC for perl 5.19.4: Environment for perl 5.19.4: |
From @SmylersI wrote:
Note I've set the NAME section to: perlrepository - Links to current information on the Perl source repository I see that other stubs of former documentation have NAMEs like this: perltoot - This document has been deleted That strikes me as suboptimal, because it means that commands like $ whatis perltoot That doesn't give any hint that it's nonetheless still worthwhile Please let me know which form is preferred. If it's the “has been deleted” one then I'll tweak my patch If it's how I've written it, then I'll create patches to change perltoot Cheers Smylers |
From @cpansproutOn Tue Sep 03 07:52:32 2013, smylers@stripey.com wrote:
I think you are right, and that ‘has been deleted’ is not so helpful. I -- Father Chrysostomos |
The RT System itself - Status changed from 'new' to 'open' |
@cpansprout - Status changed from 'open' to 'resolved' |
Migrated from rt.perl.org#119571 (status was 'resolved')
Searchable as RT119571$
The text was updated successfully, but these errors were encountered: