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=036456b0da51b4d3f6927a4342ef57f5052e780b;hp=25a2ff9531e12b0e7182140dd05de96d6ea96952;hb=52ea6942884ef28f16371311565cb01d19bc1975;hpb=b9a9982d7fe12d481b82a939630275ec78b0bc0e diff --git a/lib/Object/Remote.pm b/lib/Object/Remote.pm index 25a2ff9..036456b 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.001001' # 0.1.1 + sub new::on { my ($class, $on, @args) = @_; my $conn = __PACKAGE__->connect($on);