How can I de-install a Perl module installed via `cpan`?

后端 未结 6 1405
清歌不尽
清歌不尽 2020-12-12 17:48

I am using Perl running in user space (not installed via root) and installing modules via the command-line cpan. I would like to know if there is a simple way t

6条回答
  •  鱼传尺愫
    2020-12-12 18:40

    You can't. There isn't a feature in my CPAN client to do such a thing. We were talking about how we might do something like that at this weekend's Perl QA Workshop, but it's generally hard for all the reasons that Ether mentioned.

提交回复
热议问题