summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2012-03-19 11:42:15 +0100
committerNicholas Clark <nick@ccl4.org>2012-03-19 21:54:41 +0100
commitc31435083c160a0aaf86b974b86976d3d3e9d208 (patch)
tree981cf461254f56bc56f4807dcdde85fd2b049a36
parentc221a2194823bb2fb485e0e197025139bb49ed7f (diff)
downloadperl-c31435083c160a0aaf86b974b86976d3d3e9d208.tar.gz
Move the todo list from pod/ to Porting/
Installing the Perl 5 to-do list as a manpage isn't that useful to anyone, as it's a snapshot that becomes increasingly out of date. Much better to point anyone interested in contributing direct to git HEAD, to view the current list.
-rw-r--r--MANIFEST2
-rw-r--r--Porting/pumpkin.pod2
-rw-r--r--Porting/todo.pod (renamed from pod/perltodo.pod)4
-rw-r--r--pod/perl.pod1
-rw-r--r--t/porting/known_pod_issues.dat4
-rw-r--r--win32/pod.mak4
6 files changed, 6 insertions, 11 deletions
diff --git a/MANIFEST b/MANIFEST
index b7ac64d692..617e5c92c7 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -4738,7 +4738,6 @@ pod/perlsub.pod Perl subroutines
pod/perlsyn.pod Perl syntax
pod/perlthrtut.pod Perl threads tutorial
pod/perltie.pod Perl objects hidden behind simple variables
-pod/perltodo.pod Perl things to do
pod/perltooc.pod
pod/perltoot.pod
pod/perltrap.pod Perl traps for the unwary
@@ -4819,6 +4818,7 @@ Porting/testall.atom Cumulative profile with Third Degree
Porting/thirdclean Cleanup Third Degree reports
Porting/timecheck2.c Test program for the 2038 fix
Porting/timecheck.c Test program for the 2038 fix
+Porting/todo.pod Perl things to do
Porting/valgrindpp.pl Summarize valgrind reports
pp.c Push/Pop code
pp_ctl.c Push/Pop code for control flow
diff --git a/Porting/pumpkin.pod b/Porting/pumpkin.pod
index 269311a29c..1f289f74fa 100644
--- a/Porting/pumpkin.pod
+++ b/Porting/pumpkin.pod
@@ -485,7 +485,7 @@ that no new macros fell through the cracks.
=head2 Todo
-The F<pod/perltodo.pod> file contains a roughly-categorized unordered
+The F<Porting/todo.pod> file contains a roughly-categorized unordered
list of aspects of Perl that could use enhancement, features that could
be added, areas that could be cleaned up, and so on. During your term
as pumpkin-holder, you will probably address some of these issues, and
diff --git a/pod/perltodo.pod b/Porting/todo.pod
index bd1e971cc0..ddc8ae0d0e 100644
--- a/pod/perltodo.pod
+++ b/Porting/todo.pod
@@ -1,11 +1,11 @@
=head1 NAME
-perltodo - Perl TO-DO List
+todo - Perl TO-DO list
=head1 DESCRIPTION
This is a list of wishes for Perl. The most up to date version of this file
-is at L<http://perl5.git.perl.org/perl.git/blob_plain/HEAD:/pod/perltodo.pod>
+is at L<http://perl5.git.perl.org/perl.git/blob_plain/HEAD:/Porting/todo.pod>
The tasks we think are smaller or easier are listed first. Anyone is welcome
to work on any of these, but it's a good idea to first contact
diff --git a/pod/perl.pod b/pod/perl.pod
index 4c2a77513c..2571f3c61d 100644
--- a/pod/perl.pod
+++ b/pod/perl.pod
@@ -172,7 +172,6 @@ aux a2p c2ph h2ph h2xs perlbug pl2pm pod2html pod2man s2p splain xsubpp
perlbook Perl book information
perlcommunity Perl community information
- perltodo Perl things to do
perldoc Look up Perl documentation in Pod format
diff --git a/t/porting/known_pod_issues.dat b/t/porting/known_pod_issues.dat
index 93c1c82ec2..9ee04351cd 100644
--- a/t/porting/known_pod_issues.dat
+++ b/t/porting/known_pod_issues.dat
@@ -278,8 +278,6 @@ pod/perlsub.pod Verbatim line length including indents exceeds 79 by 4
pod/perlsymbian.pod Verbatim line length including indents exceeds 79 by 20
pod/perlthrtut.pod Verbatim line length including indents exceeds 79 by 5
pod/perltie.pod Verbatim line length including indents exceeds 79 by 13
-pod/perltodo.pod Verbatim line length including indents exceeds 79 by 7
-pod/perltodo.pod empty section in previous paragraph 2
pod/perltrap.pod ? Should you be using F<...> or maybe L<...> instead of 1
pod/perltrap.pod Verbatim line length including indents exceeds 79 by 15
pod/perltru64.pod ? Should you be using F<...> or maybe L<...> instead of 1
@@ -296,6 +294,8 @@ porting/how_to_write_a_perldelta.pod Verbatim line length including indents exce
porting/pumpkin.pod Verbatim line length including indents exceeds 79 by 9
porting/release_managers_guide.pod Verbatim line length including indents exceeds 79 by 7
porting/release_schedule.pod There is no NAME 1
+porting/todo.pod Verbatim line length including indents exceeds 79 by 7
+porting/todo.pod empty section in previous paragraph 2
symbian/perlutil.pod Verbatim line length including indents exceeds 79 by 4
utils/c2ph Verbatim line length including indents exceeds 79 by 44
utils/libnetcfg Apparent broken link 1
diff --git a/win32/pod.mak b/win32/pod.mak
index 37b5e09b61..94cad07b19 100644
--- a/win32/pod.mak
+++ b/win32/pod.mak
@@ -127,7 +127,6 @@ POD = perl.pod \
perlthrtut.pod \
perltie.pod \
perltoc.pod \
- perltodo.pod \
perltooc.pod \
perltoot.pod \
perltrap.pod \
@@ -254,7 +253,6 @@ MAN = perl.man \
perlthrtut.man \
perltie.man \
perltoc.man \
- perltodo.man \
perltooc.man \
perltoot.man \
perltrap.man \
@@ -380,7 +378,6 @@ HTML = perl.html \
perlsyn.html \
perlthrtut.html \
perltie.html \
- perltodo.html \
perltooc.html \
perltoot.html \
perltrap.html \
@@ -508,7 +505,6 @@ TEX = perl.tex \
perlthrtut.tex \
perltie.tex \
perltoc.tex \
- perltodo.tex \
perltooc.tex \
perltoot.tex \
perltrap.tex \