ExtUtils::MakeMaker 6.03 -> 6.06_05ish
[p5sagit/p5-mst-13.2.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 Document "make install UNINST=1"
24
25 Remove tar -I Sun-ism from instmodsh.
26
27 Consider adding a timeout option to prompt() and env variable.
28
29 Unify VMS->find_perl
30
31 Consider if VMS->find_perl needs to have pieces put into maybe_command()
32
33 Consider if shell escaping all macro data is a good idea.
34
35 Move Win32->init_others() ExtUtils::Command overrides into MM_Any.
36
37 Figure out and document the 4th arg to ExtUtils::Install::install()
38
39 Consider if adding a nativize() routine to replace macify() and
40 fixpath() is useful.
41
42 Eliminate the above from inside FS::VMS->catfile and catdir.  Make into 
43 MM_VMS wrappers.
44
45 Add "NO_META" to stop autogeneration (and auto overwrite) of META.yml.
46
47 Test ExtUtils::Command::MM
48
49 Finish ExtUtils::MakeMaker::Tutorial