-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I'm hoping to bring back a working 'uninstall' target for my package by adding some code to Makefile.PL. Any suggestions as to how I should do it? I can see two main ways:
- - For each target such as pure_perl_install that runs $(MOD_INSTALL), create a corresponding target (eg pure_perl_uninstall) to remove those files. - - Use ExtUtils::Install::uninstall() to look at the packlist and remove the files in it. But how do I keep track of which files are part of the package and which aren't? It looks like I should write a separate packlist at install time to say what to uninstall later. Are there any plans to un-deprecate 'make uninstall' and get it working again? - -- Ed Avis <[EMAIL PROTECTED]> Finger for PGP key -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE8dm/GIMp73jhGogoRApytAJ0VoPlxFw5XrbYOIaZOp+sLLDGNUwCeL+Ur ktUpPwtv9sLn8H0BWbVEegc= =OM62 -----END PGP SIGNATURE-----
