initial changes and version
Matt S Trout [Thu, 12 Jul 2012 21:50:42 +0000 (21:50 +0000)]
Changes [new file with mode: 0644]
lib/Object/Remote.pm

diff --git a/Changes b/Changes
new file mode 100644 (file)
index 0000000..343b317
--- /dev/null
+++ b/Changes
@@ -0,0 +1 @@
+- initial release
index 25a2ff9..036456b 100644 (file)
@@ -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);