mirror of
https://github.com/NixOS/nix
synced 2025-06-27 21:01:16 +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
|
@ -6,6 +6,7 @@ use Nix::Store;
|
|||
use Nix::CopyClosure;
|
||||
use List::Util qw(sum);
|
||||
|
||||
binmode STDERR, ":encoding(utf8)";
|
||||
|
||||
if (scalar @ARGV < 1) {
|
||||
print STDERR <<EOF
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue