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.99 by root, Mon Feb 21 13:38:03 2011 UTC vs.
Revision 1.100 by root, Wed Feb 23 07:14:21 2011 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines