projects
/
scpubgit/Object-Remote.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
dd8cfc9
)
debug env var
Matt S Trout [Thu, 31 May 2012 19:54:28 +0000 (19:54 +0000)]
lib/Object/Remote/Connection.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Object/Remote/Connection.pm
b/lib/Object/Remote/Connection.pm
index
18fea05
..
1d21114
100644
(file)
--- a/
lib/Object/Remote/Connection.pm
+++ b/
lib/Object/Remote/Connection.pm
@@
-10,7
+10,7
@@
use Scalar::Util qw(weaken blessed refaddr);
use JSON::PP qw(encode_json);
use Moo;
-our $DEBUG;
+our $DEBUG = !!$ENV{OBJECT_REMOTE_DEBUG};
has send_to_fh => (
is => 'ro', required => 1,