From: Tyler Riddle Date: Thu, 31 Jan 2013 21:52:32 +0000 (-0800) Subject: set version number to 0.003001_01 X-Git-Tag: v0.003001_01~9 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=bb679f1669ee8f483be9bee220154e1ac6ebb677;p=scpubgit%2FObject-Remote.git set version number to 0.003001_01 --- diff --git a/lib/Object/Remote.pm b/lib/Object/Remote.pm index ee9309e..cc4a013 100644 --- a/lib/Object/Remote.pm +++ b/lib/Object/Remote.pm @@ -5,7 +5,7 @@ use Object::Remote::Handle; use Object::Remote::Logging qw( :log ); use Module::Runtime qw(use_module); -our $VERSION = '0.003001'; # 0.3.1 +our $VERSION = '0.003001_01'; # 0.3.1 sub new::on { my ($class, $on, @args) = @_;