successfully wrapping sudo
[scpubgit/Object-Remote.git] / lib / Object / Remote / Connector / Local.pm
index ce96d9a..bfe6639 100644 (file)
@@ -4,6 +4,8 @@ use Moo;
 
 with 'Object::Remote::Role::Connector::PerlInterpreter';
 
+no warnings 'once';
+
 push @Object::Remote::Connection::Guess, sub {
   if (($_[0]||'') eq '-') { __PACKAGE__->new->connect }
 };