From 3ed204b663c7ae66f2e010215af7635493436025 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 19 Nov 2010 17:06:17 +0100 Subject: icli.t: Disable qw warnings --- t/50-icli.t | 3 +++ 1 file changed, 3 insertions(+) diff --git a/t/50-icli.t b/t/50-icli.t index 6b3129a..e9763df 100644 --- a/t/50-icli.t +++ b/t/50-icli.t @@ -3,6 +3,9 @@ use strict; use warnings; use 5.010; +# We need commas in our qw list, they're not accidental +no warnings 'qw'; + use Test::Command tests => (36*3); my $icli = 'bin/icli -f t/in/status.dat -c t/in/objects.cache'; -- cgit v1.2.3