X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=ext%2FTime-Piece%2FPiece.pm;h=302114f3929e6a946fdc814701fb727bda186358;hb=8565c31a574ba4f7dc8cd69b66988949074e120d;hp=abdf588af46159b4e064ddaf6a9dade837fe3063;hpb=5f320ac74440f7b17e30890d0ed2c920d7301549;p=p5sagit%2Fp5-mst-13.2.git diff --git a/ext/Time-Piece/Piece.pm b/ext/Time-Piece/Piece.pm index abdf588..302114f 100644 --- a/ext/Time-Piece/Piece.pm +++ b/ext/Time-Piece/Piece.pm @@ -22,7 +22,7 @@ our %EXPORT_TAGS = ( ':override' => 'internal', ); -our $VERSION = '1.14'; +our $VERSION = '1.14_01'; bootstrap Time::Piece $VERSION; @@ -835,6 +835,9 @@ subsequently call that with the %Z formatting code. You must change $ENV{TZ} in the main thread to have the desired effect in this case (and you must also call _tzset() in the main thread to register the environment change). +Furthermore, remember that this caveat also applies to fork(), which is +emulated by threads on Win32. + =head1 AUTHOR Matt Sergeant, matt@sergeant.org