X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FObject-Remote.git;a=blobdiff_plain;f=lib%2FObject%2FRemote.pm;h=b8f76451aba06e8978437aaf0ef938eedc6c6a7b;hp=03095a5bdc21655a23e6e1ca514764964425baac;hb=173c4fd41ad64aaa8e5f3af1596612f6a6b5ee81;hpb=d672a9bff87112bf8cfea0a5749e934d4c8c996e diff --git a/lib/Object/Remote.pm b/lib/Object/Remote.pm index 03095a5..b8f7645 100644 --- a/lib/Object/Remote.pm +++ b/lib/Object/Remote.pm @@ -5,11 +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 - -BEGIN { - Object::Remote::Logging->init_logging; -} +our $VERSION = '0.003000'; # 0.3.0 sub new::on { my ($class, $on, @args) = @_; @@ -154,8 +150,8 @@ L. =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. +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. =item OBJECT_REMOTE_LOG_SELECTIONS