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.141 by root, Thu Aug 31 16:28:49 2017 UTC vs.
Revision 1.142 by root, Tue Aug 14 16:51:38 2018 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.514; 123our $VERSION = 6.52;
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