J'ai construit un wrapper perl pour un des mes projects (wzdftpd) en utilisant perlxs. Il se contruit et s'installe correctement, mais impossible de le desinstaller:
make uninstall
Uninstall is unsafe and deprecated, the uninstallation was not performed.
We will show what would have been done.
no packlist file found: at /usr/share/perl/5.8/ExtUtils/Install.pm line 318.
Si j'essaye la commande manuellement, rien de mieux:
perl "-MExtUtils::Command::MM" -e uninstall /home/pollux/DEL/lib/perl/5.8.4/auto/wzdftpd/.packlist
Uninstall is unsafe and deprecated, the uninstallation was not performed.
We will show (…)