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.82 by root, Mon Jun 29 19:47:46 2009 UTC vs.
Revision 1.83 by root, Tue Jun 30 08:28:55 2009 UTC

120use Coro::Handle (); 120use Coro::Handle ();
121use Coro::State (); 121use Coro::State ();
122use Coro::AnyEvent (); 122use Coro::AnyEvent ();
123use Coro::Timer (); 123use Coro::Timer ();
124 124
125our $VERSION = 5.14; 125our $VERSION = 5.15;
126 126
127our %log; 127our %log;
128our $SESLOGLEVEL = exists $ENV{PERL_CORO_DEFAULT_LOGLEVEL} ? $ENV{PERL_CORO_DEFAULT_LOGLEVEL} : -1; 128our $SESLOGLEVEL = exists $ENV{PERL_CORO_DEFAULT_LOGLEVEL} ? $ENV{PERL_CORO_DEFAULT_LOGLEVEL} : -1;
129our $ERRLOGLEVEL = exists $ENV{PERL_CORO_STDERR_LOGLEVEL} ? $ENV{PERL_CORO_STDERR_LOGLEVEL} : -1; 129our $ERRLOGLEVEL = exists $ENV{PERL_CORO_STDERR_LOGLEVEL} ? $ENV{PERL_CORO_STDERR_LOGLEVEL} : -1;
130 130

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines