forked from lix-project/lix
nix-copy-closure: Use strict
This commit is contained in:
parent
2a4dbcff74
commit
a79e56de68
|
@ -1,5 +1,6 @@
|
||||||
#! @perl@ -w @perlFlags@
|
#! @perl@ -w @perlFlags@
|
||||||
|
|
||||||
|
use strict;
|
||||||
use Nix::SSH;
|
use Nix::SSH;
|
||||||
use Nix::Config;
|
use Nix::Config;
|
||||||
use Nix::Store;
|
use Nix::Store;
|
||||||
|
|
Loading…
Reference in a new issue