Skip to content

Commit

Permalink
Removing:
Browse files Browse the repository at this point in the history
Shell escaping all macro data probably isn't such a good idea.

Refining:
Add a MM_Any->init_others() using ExtUtils::Command.

Adding:
Add 'how to install additional files' to ExtUtils::MakeMaker::FAQ.

Make 00compile.t test work off MANIFEST

Give typemap location its own macro.

Only look for typemaps in the core library.

Fix ExtUtils::Installed on VMS.


git-svn-id: http://svn.schwern.org/repos/CPAN/ExtUtils-MakeMaker/trunk@1364 8151f2b9-fde8-0310-94fd-f048d12aab9e
  • Loading branch information
schwern committed Apr 5, 2003
1 parent 5ba37b0 commit 4ca68f7
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions TODO
Expand Up @@ -30,22 +30,30 @@ Unify VMS->find_perl

Consider if VMS->find_perl needs to have pieces put into maybe_command()

Consider if shell escaping all macro data is a good idea.

Move Win32->init_others() ExtUtils::Command overrides into MM_Any.
Add a MM_Any->init_others() using ExtUtils::Command.

Figure out and document the 4th arg to ExtUtils::Install::install()

Consider if adding a nativize() routine to replace macify() and
fixpath() is useful.

Eliminate the above from inside FS::VMS->catfile and catdir. Make into
MM_VMS wrappers.
Eliminate eliminate_macros() from inside FS::VMS->catfile and catdir.
Make into MM_VMS wrappers.

Add "NO_META" to stop autogeneration (and auto overwrite) of META.yml.

Test ExtUtils::Command::MM

Finish ExtUtils::MakeMaker::Tutorial

Add 'how to install additional files' to ExtUtils::MakeMaker::FAQ.

Fix NORECUSE bug continuing to set DIR

Make 00compile.t test work off MANIFEST

Give typemap location its own macro.

Only look for typemaps in the core library.

Fix ExtUtils::Installed on VMS.

0 comments on commit 4ca68f7

Please sign in to comment.