mirror of
https://github.com/NixOS/nix
synced 2025-07-07 06:01:48 +02:00
* Move SSH.pm.
This commit is contained in:
parent
7d314b8c95
commit
c362e4d718
5 changed files with 8 additions and 11 deletions
|
@ -1,9 +1,9 @@
|
|||
#! @perl@ -w -I@libexecdir@/nix
|
||||
#! @perl@ -w @perlFlags@
|
||||
|
||||
use Fcntl ':flock';
|
||||
use English '-no_match_vars';
|
||||
use IO::Handle;
|
||||
use SSH qw/sshOpts openSSHConnection/;
|
||||
use Nix::SSH qw/sshOpts openSSHConnection/;
|
||||
no warnings('once');
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue