From: Tyler Riddle Date: Wed, 5 Dec 2012 20:03:51 +0000 (-0800) Subject: remove vestigial IPC::Open2 from PerlInterpreter.pm X-Git-Tag: v0.003001_01~46 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FObject-Remote.git;a=commitdiff_plain;h=173c4fd41ad64aaa8e5f3af1596612f6a6b5ee81;hp=15b847bbaf9afc1e8370481a29be9164399fde51 remove vestigial IPC::Open2 from PerlInterpreter.pm --- diff --git a/lib/Object/Remote.pm b/lib/Object/Remote.pm index 6642112..b8f7645 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.002003'; # 0.2.3 +our $VERSION = '0.003000'; # 0.3.0 sub new::on { my ($class, $on, @args) = @_; diff --git a/lib/Object/Remote/Role/Connector/PerlInterpreter.pm b/lib/Object/Remote/Role/Connector/PerlInterpreter.pm index 2b9fa59..0964863 100644 --- a/lib/Object/Remote/Role/Connector/PerlInterpreter.pm +++ b/lib/Object/Remote/Role/Connector/PerlInterpreter.pm @@ -1,6 +1,5 @@ package Object::Remote::Role::Connector::PerlInterpreter; -use IPC::Open2; use IPC::Open3; use IO::Handle; use Symbol;