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=bacf74da872deec7910a40de49e377e6147c77a3;hp=63143ed67465a5396cf4407b15fadbe028a58b06;hb=82d78e8964ee937e837fc21acd06fcb7f9701d6a;hpb=907c9c830593819ba24a822214ec427f3bc5bfb5 diff --git a/lib/Object/Remote.pm b/lib/Object/Remote.pm index 63143ed..bacf74d 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.003006'; # 0.3.6 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)