Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 all 选项下搜索 XML + Twig 会为 Xml::Twig 生成两个结果。在清单中,它们显示为 XML::Twig,但链接本身的不同之处在于其中之一的后缀 .slow。
模块有区别吗,或者这是某种 CPAN Area51 的东西?
_slow 是源之一。它在安装期间被处理以生成 .pm 文件,这是 Perl 加载的文件。该处理内联了一些方法,以提高速度,并为真正旧版本的 perl(5.6 和更早版本)过滤掉一些行。