bump version
[scpubgit/Object-Remote.git] / lib / Object / Remote.pm
index cc4a013..bacf74d 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.003001_01'; # 0.3.1
+our $VERSION = '0.003006'; # 0.3.6
 
 sub new::on {
   my ($class, $on, @args) = @_;
@@ -157,7 +157,7 @@ this feature which is disabled by default. See L<Object::Remote::Logging>.
 
 Space seperated list of class names to display logs for if logging output is enabled. Default
 value is "Object::Remote::Logging" which selects all logs generated by Object::Remote.
-See L<Object::Remote::Logging::Router>.
+See L<Object::Remote::Logging>.
 
 =back
 
@@ -174,8 +174,9 @@ for serialization and deserialization can be either painful or unworkable. Durin
 serialization the local or remote nodes will be blocked potentially causing all remote
 interpreters to block as well under worse case conditions.
 
-To help deal with this issue it is possible to configure the ulimits for a Perl interpreter
-that is executed by Object::Remote. See C<Object::Remote::Connection> for details.
+To help deal with this issue it is possible to configure resource ulimits for a Perl interpreter
+that is executed by Object::Remote. See C<Object::Remote::Role::Connector::PerlInterpreter>
+for details on the perl_command attribute.
 
 =item User can starve run loop of execution opportunities
 
@@ -234,6 +235,8 @@ mst - Matt S. Trout (cpan:MSTROUT) <mst@shadowcat.co.uk>
 
 =head1 CONTRIBUTORS
 
+bfwg - Colin Newell (cpan:NEWELLC) <colin.newell@gmail.com>
+
 phaylon - Robert Sedlacek (cpan:PHAYLON) <r.sedlacek@shadowcat.co.uk>
 
 triddle - Tyler Riddle (cpan:TRIDDLE) <t.riddle@shadowcat.co.uk>