However I have another problem : my script now starts with :
use POE qw(Wheel::Run Filter::Reference); use POE::Component::IRC; use Tk; use Tk::DialogBox;
But now when I run it I get :
C:\linux>perl tkirc.pl MSWin32 does not fully support fork+exec BEGIN failed--compilation aborted at C:/Perl/site/lib/POE/Wheel/Run.pm line 63. Compilation failed in require at (eval 68) line 1. BEGIN failed--compilation aborted at (eval 68) line 1. could not import qw(Wheel::Run) at tkirc.pl line 17 BEGIN failed--compilation aborted at tkirc.pl line 17.
If I remember correctly, that error wasn't showing up with POE < 0.26 versions. Am I missing something important ?
Thanks laurent
