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=63143ed67465a5396cf4407b15fadbe028a58b06;hb=255f68c5142bb46870ab1177472fba5f4a07425e;hpb=907c9c830593819ba24a822214ec427f3bc5bfb5 diff --git a/lib/Object/Remote.pm b/lib/Object/Remote.pm index 63143ed..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.003003'; # 0.3.3 +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)