From 01d1f2530b672db1b79344baebd727bfcfcefe66 Mon Sep 17 00:00:00 2001 From: Slaven Rezic Date: Fri, 3 Apr 2015 10:34:22 +0200 Subject: [PATCH] add parentheses around qw() [RT #96232] --- t/06-moment.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/06-moment.t b/t/06-moment.t index a5f7090..bdfe8d3 100644 --- a/t/06-moment.t +++ b/t/06-moment.t @@ -16,7 +16,7 @@ for (1..5) { time_zone => 'Asia/Tokyo'); # the results should be the same regardless of time zone - for my $tz qw(US/Pacific UTC) { + for my $tz (qw(US/Pacific UTC)) { my $dt = $ref->clone; $dt->set_time_zone($tz); -- 2.1.2