X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FObject%2FRemote.pm;h=0e9a559fab021cd0310fbc84b9030971e24215f6;hb=9c01f262452bf2451e15ae16bb5488447ea3d1e9;hp=25a2ff9531e12b0e7182140dd05de96d6ea96952;hpb=b9a9982d7fe12d481b82a939630275ec78b0bc0e;p=scpubgit%2FObject-Remote.git diff --git a/lib/Object/Remote.pm b/lib/Object/Remote.pm index 25a2ff9..0e9a559 100644 --- a/lib/Object/Remote.pm +++ b/lib/Object/Remote.pm @@ -4,6 +4,8 @@ use Object::Remote::MiniLoop; use Object::Remote::Handle; use Module::Runtime qw(use_module); +our $VERSION = '0.002001'; # 0.2.1 + sub new::on { my ($class, $on, @args) = @_; my $conn = __PACKAGE__->connect($on);