nix-copy-closure: Use strict

This commit is contained in:
Eelco Dolstra 2014-10-14 10:56:33 +02:00
parent 2a4dbcff74
commit a79e56de68

View file

@ -1,5 +1,6 @@
#! @perl@ -w @perlFlags@
use strict;
use Nix::SSH;
use Nix::Config;
use Nix::Store;