UNINSTALL = $(PERL) -MExtUtils::Install \ -e "uninstall($$ARGV[0],1,1); print qq(\nUninstall is deprecated. Please check the);" \ -e "print qq( packlist above carefully.\n There may be errors. Remove the);" \ -e "print qq( appropriate files manually.\n Sorry for the inconveniences.\n)" }; # fixed by crazyinsomniac changed all \" \" to qq()