From: Matt S Trout Date: Thu, 12 Jul 2012 21:50:42 +0000 (+0000) Subject: initial changes and version X-Git-Tag: v0.001001~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=52ea6942884ef28f16371311565cb01d19bc1975;p=scpubgit%2FObject-Remote.git initial changes and version --- diff --git a/Changes b/Changes new file mode 100644 index 0000000..343b317 --- /dev/null +++ b/Changes @@ -0,0 +1 @@ +- initial release 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);