Re: MakeMaker and 'make uninstall'
authorAndreas Koenig <k@anna.in-berlin.de>
Fri, 10 Jan 1997 12:43:39 +0000 (13:43 +0100)
committerChip Salzenberg <chip@atlantic.net>
Wed, 15 Jan 1997 19:24:00 +0000 (07:24 +1200)
commit54bc88081d9355e4567ce06a1f7b14ac5a7a5334
tree6cad64189616f683f5c55dd2d24e8ebb574075fe
parent7c5b83de28ae2ebfce6a3a7e907a300596342a30
Re: MakeMaker and 'make uninstall'

>>>>> Hugo van der Sanden writes:

  > I tried uninstalling a package today, the first time I've done so. The
  > package was MailFolder0.03, and as far as I can see the uninstall:
  > target in the Makefile was provided by MakeMaker. This does:

[...]

  > and FULLEXT is defined as 'Mail'. The result was that most of the
  > MailTools package was also removed.

Thanks for the report and _Sorry_.

Folks, I think, I have to deprecate the uninstall target. It was never
documented, it was never really clever, it just caused me a lot of
grief. I'd rather design a new solution from scratch.

If nobody objects, I'd recommend the following patch to
lib/ExtUtils/MM_Unix.pm. It makes use of the "nonono" switch of the
uninstall routine and will not uninstall anything.

Chip, can you sneak that in, please? Thanks!

p5p-msgid: <199701101243.NAA26400@anna.in-berlin.de>
lib/ExtUtils/MM_Unix.pm