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.101 by root, Wed Jun 29 17:58:52 2011 UTC vs.
Revision 1.102 by root, Sun Jul 3 10:51:40 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 = 6.0; 124our $VERSION = 6.01;
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