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.144 by root, Sun Dec 16 10:06:34 2018 UTC vs.
Revision 1.145 by root, Fri Jul 19 15:29:46 2019 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines