mirror of
https://github.com/NixOS/nix
synced 2025-06-29 02:11:15 +02:00
Shut up "Wide character" warnings in Perl scripts
This commit is contained in:
parent
b72e93bca8
commit
27a01d92c2
10 changed files with 25 additions and 0 deletions
|
@ -1,10 +1,12 @@
|
|||
#! @perl@ -w @perlFlags@
|
||||
|
||||
use utf8;
|
||||
use strict;
|
||||
use Nix::Config;
|
||||
use Nix::Store;
|
||||
use Nix::Utils;
|
||||
|
||||
binmode STDERR, ":encoding(utf8)";
|
||||
|
||||
my $dryRun = 0;
|
||||
my $verbose = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue