debug env var
Matt S Trout [Thu, 31 May 2012 19:54:28 +0000 (19:54 +0000)]
lib/Object/Remote/Connection.pm

index 18fea05..1d21114 100644 (file)
@@ -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,