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.58 by root, Sat Oct 4 22:42:24 2008 UTC vs.
Revision 1.59 by root, Thu Oct 30 09:57:01 2008 UTC

113use Coro (); 113use Coro ();
114use Coro::Handle (); 114use Coro::Handle ();
115use Coro::State (); 115use Coro::State ();
116use Coro::AnyEvent (); 116use Coro::AnyEvent ();
117 117
118our $VERSION = 4.8; 118our $VERSION = 4.802;
119 119
120our %log; 120our %log;
121our $SESLOGLEVEL = exists $ENV{PERL_CORO_DEFAULT_LOGLEVEL} ? $ENV{PERL_CORO_DEFAULT_LOGLEVEL} : -1; 121our $SESLOGLEVEL = exists $ENV{PERL_CORO_DEFAULT_LOGLEVEL} ? $ENV{PERL_CORO_DEFAULT_LOGLEVEL} : -1;
122our $ERRLOGLEVEL = exists $ENV{PERL_CORO_STDERR_LOGLEVEL} ? $ENV{PERL_CORO_STDERR_LOGLEVEL} : -1; 122our $ERRLOGLEVEL = exists $ENV{PERL_CORO_STDERR_LOGLEVEL} ? $ENV{PERL_CORO_STDERR_LOGLEVEL} : -1;
123 123

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines