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.117 by root, Thu May 9 05:40:13 2013 UTC vs.
Revision 1.118 by root, Mon Nov 18 10:27:53 2013 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.31; 123our $VERSION = 6.33;
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