我正在尝试在 Windows 7 64 位下使用 Perl v5.12.13 和 ActiveState 运行 Perl 模块 POE-Component-IRC,每次运行它都会使 Windows 崩溃。我很确定这与这个模块有关,因为我在脚本中只有几行如下所示。
use strict;
use warnings;
use POE qw(Component::IRC);
当我运行此文件时,Windows 会收到通用的“此程序已停止响应”错误消息。
根据http://code.activestate.com/ppm/POE-Component-IRC/它似乎与我的 Perl 版本和 Windows 版本兼容。
任何想法或想法将不胜感激。我会联系 SourceForge 上的开发人员,但每次我报告 a 但我都会收到错误消息。