From: H.Merijn Brand Date: Thu, 12 Nov 2009 16:37:26 +0000 (+0100) Subject: Sorry, missed a " X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7faed49a94b8f6f7d3276b2b8e26e07f700b71f6;p=p5sagit%2Fp5-mst-13.2.git Sorry, missed a " --- diff --git a/ext/POSIX/t/time.t b/ext/POSIX/t/time.t index 8fec1b8..dad1f6a 100644 --- a/ext/POSIX/t/time.t +++ b/ext/POSIX/t/time.t @@ -33,7 +33,7 @@ if ($^O eq "hpux" && $Config{osvers} >= 11.3) { # legal syntax but as it has no DST rule, it cannot be used. That is the # conclusion of bug # QXCR1000896916: Some timezone valuesfailing on 11.31 that work on 11.23 - $ENV{TZ} = UTC"; + $ENV{TZ} = "UTC"; } # asctime and ctime...Let's stay below INT_MAX for 32-bits and