silence some perl warnings
[sheet.git] / digraphs.plp
index 068961dd3289bb01771c7d4058dcd8a165481731..c5184a40296c60096f9411475f6de17b642d1f72 100644 (file)
@@ -2,6 +2,7 @@
 use utf8;
 use strict;
 use warnings;
+no  warnings 'qw';  # to quote or not to quote, that is the question
 use open IO => ':utf8';
 
 our $VERSION = '1.0';