ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Coro/Coro/Debug.pm
(Generate patch)

Comparing Coro/Coro/Debug.pm (file contents):
Revision 1.50 by root, Sat May 10 01:06:18 2008 UTC vs.
Revision 1.51 by root, Sat May 10 01:14:59 2008 UTC

97 97
98package Coro::Debug; 98package Coro::Debug;
99 99
100use strict; 100use strict;
101 101
102use overload ();
103
102use Carp (); 104use Carp ();
103use IO::Socket::UNIX;
104use AnyEvent;
105use Time::HiRes; 105use Time::HiRes ();
106use Scalar::Util (); 106use Scalar::Util ();
107use overload (); 107
108use IO::Socket::UNIX ();
109
110use AnyEvent ();
108 111
109use Coro (); 112use Coro ();
110use Coro::Handle (); 113use Coro::Handle ();
111use Coro::State (); 114use Coro::State ();
115use Coro::AnyEvent ();
112 116
113our %log; 117our %log;
114our $SESLOGLEVEL = exists $ENV{PERL_CORO_DEFAULT_LOGLEVEL} ? $ENV{PERL_CORO_DEFAULT_LOGLEVEL} : -1; 118our $SESLOGLEVEL = exists $ENV{PERL_CORO_DEFAULT_LOGLEVEL} ? $ENV{PERL_CORO_DEFAULT_LOGLEVEL} : -1;
115our $ERRLOGLEVEL = exists $ENV{PERL_CORO_STDERR_LOGLEVEL} ? $ENV{PERL_CORO_STDERR_LOGLEVEL} : -1; 119our $ERRLOGLEVEL = exists $ENV{PERL_CORO_STDERR_LOGLEVEL} ? $ENV{PERL_CORO_STDERR_LOGLEVEL} : -1;
116 120

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines