remove vestigial IPC::Open2 from PerlInterpreter.pm
[scpubgit/Object-Remote.git] / lib / Object / Remote.pm
index e281117..b8f7645 100644 (file)
@@ -5,7 +5,7 @@ use Object::Remote::Handle;
 use Object::Remote::Logging qw( :log );
 use Module::Runtime qw(use_module);
 
-our $VERSION = '0.002003'; # 0.2.3
+our $VERSION = '0.003000'; # 0.3.0
 
 sub new::on {
   my ($class, $on, @args) = @_;
@@ -150,8 +150,8 @@ L<Object::Remote::Logging::Logger>.
 
 =item OBJECT_REMOTE_LOG_FORWARDING
 
-Forward log events from remote connections to the local Perl interpreter. Set to 1 to enable
-this feature which is disabled by default. See L<Object::Remote::Logging>.
+Forward log events from remote connections to the local Perl interpreter. Set to 0 to disable
+this feature which is enabled by default. See L<Object::Remote::Logging>.
 
 =item OBJECT_REMOTE_LOG_SELECTIONS