I'm trying to run the Perl module POE-Component-IRC using Perl v5.12.13 with ActiveState under Windows 7 64-bit and each time it is run it crashes Windows. I'm pretty sure it's something to do with this module since the only lines I have in the script is shown below.
use strict;
use warnings;
use POE qw(Component::IRC);
When I run this file Windows gets the gets the generic "This program has stopped responding" error message.
According to http://code.activestate.com/ppm/POE-Component-IRC/ it appears that it is compatible with my Perl version and version of Windows.
Any thoughts or ideas would be appreciated. I'd contact the developer on SourceForge but every time I report a but I get an error.