diff options
author | Nicholas Clark <nick@ccl4.org> | 2012-03-19 11:42:15 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2012-03-19 21:54:41 +0100 |
commit | c31435083c160a0aaf86b974b86976d3d3e9d208 (patch) | |
tree | 981cf461254f56bc56f4807dcdde85fd2b049a36 /win32 | |
parent | c221a2194823bb2fb485e0e197025139bb49ed7f (diff) | |
download | perl-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.
Diffstat (limited to 'win32')
-rw-r--r-- | win32/pod.mak | 4 |
1 files changed, 0 insertions, 4 deletions
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 \ |