--- cvsroot/Coro/Coro.pm 2009/08/26 07:41:07 1.266 +++ cvsroot/Coro/Coro.pm 2009/10/01 23:16:27 1.268 @@ -69,8 +69,9 @@ package Coro; -use strict qw(vars subs); -no warnings "uninitialized"; +use common::sense; + +use Carp (); use Guard (); @@ -155,8 +156,8 @@ =cut $idle = sub { - require Carp; - Carp::croak ("FATAL: deadlock detected"); + warn "oi\n";#d# + Carp::confess ("FATAL: deadlock detected"); }; # this coro is necessary because a coro @@ -859,7 +860,7 @@ =head1 WINDOWS PROCESS EMULATION A great many people seem to be confused about ithreads (for example, Chip -Salzenberg called me unintelligent, incapable, stupid and ingullible, +Salzenberg called me unintelligent, incapable, stupid and gullible, while in the same mail making rather confused statements about perl ithreads (for example, that memory or files would be shared), showing his lack of understanding of this area - if it is hard to understand for Chip,