1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-06 21:41:48 +02:00

Shut up "Wide character" warnings in Perl scripts

This commit is contained in:
Eelco Dolstra 2014-08-29 17:48:25 +02:00
parent b72e93bca8
commit 27a01d92c2
10 changed files with 25 additions and 0 deletions

View file

@ -1,5 +1,6 @@
#! @perl@ -w @perlFlags@
use utf8;
use Fcntl qw(:DEFAULT :flock);
use English '-no_match_vars';
use IO::Handle;
@ -9,6 +10,8 @@ use Nix::CopyClosure;
use Nix::Store;
no warnings('once');
binmode STDERR, ":encoding(utf8)";
# General operation:
#