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=c8236a2c12108857b87366e2651b344cad2dec5a;hp=5cc2524ccef4b63f85d698cffc57e115f8de1885;hb=255f68c5142bb46870ab1177472fba5f4a07425e;hpb=b7ebf243350cdf8892c004616f58a8f1e6e94513 diff --git a/lib/Object/Remote.pm b/lib/Object/Remote.pm index 5cc2524..c8236a2 100644 --- a/lib/Object/Remote.pm +++ b/lib/Object/Remote.pm @@ -5,7 +5,7 @@ use Object::Remote::Handle; use Object::Remote::Logging qw( :log ); use Module::Runtime qw(use_module); -our $VERSION = '0.003002'; # 0.3.2 +our $VERSION = '0.003005'; # 0.3.5 sub new::on { my ($class, $on, @args) = @_; @@ -235,6 +235,8 @@ mst - Matt S. Trout (cpan:MSTROUT) =head1 CONTRIBUTORS +bfwg - Colin Newell (cpan:NEWELLC) + phaylon - Robert Sedlacek (cpan:PHAYLON) triddle - Tyler Riddle (cpan:TRIDDLE)