>>1228I'm not confusing it at all. They're both related. As a user, I don't want to use good technology that end up ruined by the community. Another package manager isn't going to fix the lameness of language specific package managers. If they do use a package manager, it should not ever install to /usr or /usr/local (the former belongs to the package manager, the latter belongs the the make install guy). a subdirectory under /opt is fine. I would prefer if they made it very clear to never run their package managers as root as well.
I think it is overall much easier to deal with software in perl than most of these newer languages, mostly due to the culture around them. perl software is rarely an issue to deal with. Clearly defined dependencies, easy to work with without their specified package manager. Many other languages like python, ruby, node end up very annoying to deal with in my opinion. They might be fine languages, but software by other people is a chore to deal with.