This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
When Gconvert is a macro around sprintf with a .* format we need
[perl5.git] / lib / ExtUtils / TODO
1 Rethink MM_Win32 tests.
2
3 Investigate one method per make target.
4
5 Test MM_Any and pull some redundant tests out of MM_*.t
6
7 Create a way to init MM objects.  (XXX What's wrong with MakeMaker->new?)
8
9 Move instmodsh to utils/ in the core.
10
11 Handle config files (ie. /etc) and their special PREFIX needs
12 (ie. PREFIX=/usr, INSTALLCONFIGDIR=/etc).
13
14 Make sure PDL builds
15
16 Fix find_perl on Amiga trg@privat.utfors.se
17
18 Fix appending of .. when DIRS contains directories not immediately
19 below the cwd.
20
21 Fill in the IMPORTS docs.
22
23 Remove tar -I Sun-ism from instmodsh.
24
25 Consider adding a timeout option to prompt() and env variable.
26
27 Unify VMS->find_perl
28
29 Consider if VMS->find_perl needs to have pieces put into maybe_command()
30
31 Add a MM_Any->init_others() using ExtUtils::Command.
32
33 Figure out and document the 4th arg to ExtUtils::Install::install()
34
35 Consider if adding a nativize() routine to replace macify() and
36 fixpath() is useful.
37
38 Eliminate eliminate_macros() from inside FS::VMS->catfile and catdir.
39 Make into MM_VMS wrappers.
40
41 Test ExtUtils::Command::MM
42
43 Finish ExtUtils::MakeMaker::Tutorial
44
45 Add 'how to install additional files' to ExtUtils::MakeMaker::FAQ.
46
47 Give typemap location its own macro.
48
49 Merge MM_VMS->tool_xsubpp
50
51 Initialize PERL_SRC to '' instead of leaving undef when outside the source 
52 tree
53
54 Reinstate HTMLification to use the new HTML Config info.
55
56 split manifypods target into more generic docifypods target which depends on 
57 manifypods
58
59 Add target to generate native Win32 help files (or whatever Win32 likes
60 to use for help files these days)
61
62 Add target to generate native VMS help files.
63
64 On VMS, write PM_FILTERs to a temp file and run from there avoiding command
65 line lengths.  Worth the trouble given the Unixy nature of PM_FILTER?
66
67 Move oneliner() and friends into a seperate module for general consumption.
68
69 Make out of date check on 'make dist' more useful
70 http://archive.develooper.com/makemaker@perl.org/msg01075.html
71
72 Make maniadd() return a tied, case-insensitive hash on VMS.