projects
/
scpubgit/Object-Remote.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
15b847b
)
remove vestigial IPC::Open2 from PerlInterpreter.pm
Tyler Riddle [Wed, 5 Dec 2012 20:03:51 +0000 (12:03 -0800)]
lib/Object/Remote.pm
patch
|
blob
|
blame
|
history
lib/Object/Remote/Role/Connector/PerlInterpreter.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Object/Remote.pm
b/lib/Object/Remote.pm
index
6642112
..
b8f7645
100644
(file)
--- 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
(file)
--- 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;