bump version
[scpubgit/Object-Remote.git] / lib / Object / Remote.pm
index 3020f6e..5cc2524 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.003002'; # 0.3.2
 
 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