X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FObject%2FRemote.pm;h=fbfe79fed7a03b319bb4923c29a227e807a67bbf;hb=54b64f99be532930bd97b0fd2418675302aa7a1e;hp=98e7146795d6b134b87a2f23157c737265b2b42f;hpb=c49500d3aa891507f4c2323e410a2de842d5a228;p=scpubgit%2FObject-Remote.git diff --git a/lib/Object/Remote.pm b/lib/Object/Remote.pm index 98e7146..fbfe79f 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.003004'; # 0.3.4 +our $VERSION = '0.004001'; # v0.4.1 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)