projects
/
scpubgit/Object-Remote.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
b9a9982
)
initial changes and version
Matt S Trout [Thu, 12 Jul 2012 21:50:42 +0000 (21:50 +0000)]
Changes
[new file with mode: 0644]
patch
|
blob
lib/Object/Remote.pm
patch
|
blob
|
blame
|
history
diff --git a/Changes
b/Changes
new file mode 100644
(file)
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
(file)
--- 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);