Subject: | Cannot be used on QNX 6 because of an undefined reference to strptime |
When I try to use Time::Piece on QNX 6, it fails with the following
error messages:
Show quoted text
> unknown symbol: strptime
> Can't load 'lib/auto/Time/Piece/Piece.so' for module Time::Piece:
Unresolved symbols at lib/DynaLoader.pm line 201.
Show quoted text> at - line 1
> Compilation failed in require at - line 1.
> BEGIN failed--compilation aborted at - line 1.
The attached patch fixes this by using the included strptime
implementation on QNX 6.
Subject: | Time-Piece |
Message body not shown because it is not plain text.