From: Matt S Trout Date: Thu, 12 Jul 2012 21:53:03 +0000 (+0000) Subject: fix version line X-Git-Tag: v0.001001~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FObject-Remote.git;a=commitdiff_plain;h=993ff858dd2fafe40f9bfcc3cc31b479b70888d6 fix version line --- diff --git a/lib/Object/Remote.pm b/lib/Object/Remote.pm index 036456b..e685445 100644 --- a/lib/Object/Remote.pm +++ b/lib/Object/Remote.pm @@ -4,7 +4,7 @@ use Object::Remote::MiniLoop; use Object::Remote::Handle; use Module::Runtime qw(use_module); -our $VERSION = '0.001001' # 0.1.1 +our $VERSION = '0.001001'; # 0.1.1 sub new::on { my ($class, $on, @args) = @_;