diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-11-09 09:08:09 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-11-09 09:08:09 +0000 |
commit | 8537f02106cbf9808225cec27f1c514932dcc80c (patch) | |
tree | 02f05daec31c2b20be9fa083e71a0d4c1ce478cb /pod/buildtoc | |
parent | 6a703acf87b6701fb41e57b7d4a367cac8a2d489 (diff) | |
download | perl-8537f02106cbf9808225cec27f1c514932dcc80c.tar.gz |
A couple of bite-sized TODO for the pod/* tools
p4raw-id: //depot/perl@32250
Diffstat (limited to 'pod/buildtoc')
-rw-r--r-- | pod/buildtoc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/pod/buildtoc b/pod/buildtoc index 705317a527..3238c5a582 100644 --- a/pod/buildtoc +++ b/pod/buildtoc @@ -33,6 +33,7 @@ $masterpodfile = File::Spec->catdir($Up, "pod.lst"); podmak => File::Spec->catdir($Up, "win32", "pod.mak"), # plan9 => File::Spec->catdir($Up, "plan9", "mkfile"), unix => File::Spec->catdir($Up, "Makefile.SH"), + # TODO: add roffitall ); { @@ -273,7 +274,7 @@ close MASTER; } } -# OK. Now a lot of ancillay function definitions follow +# OK. Now a lot of ancillary function definitions follow # Main program returns at "Do stuff" sub path2modname { @@ -627,7 +628,7 @@ sub do_perlpod { )+ } {$1 . join "", &generate_perlpod}mxe) { - die "$0: Failed to insert ammendments in do_perlpod"; + die "$0: Failed to insert amendments in do_perlpod"; } $pod; } |