On Mon, 2 Sep 2002, Nick Ing-Simmons wrote: >make uninstall > >is deprecated because the old way has been superceded by ExtUtils::Install
Ah! Now it becomes clear. I suggest changing the message printed on make uninstall from 'this doesn't work, go away' to 'use ExtUtils::Install instead'. Or even have it call that module directly (after printing a reminder that you don't really need the source package in order to uninstall). >There is one .packlist file for the whole module. It is written to >"archlib" where you install other perl stuff for module. It can of >course _list_ things in other directories. Right. OK, I'll see if my 'install random extra files in random places' code can be made to behave nicely with packlists. -- Ed Avis <[EMAIL PROTECTED]>
