in reply to Re^2: TimeDate 2.30 - Bug in test-code
in thread TimeDate 2.30 - Bug in test-code
In case anyone is interested, this is my workaround in my docker-compose.yaml
COPY cpanfile . # Patched TimeDate. See https://rt.cpan.org/Public/Bug/Display.html?id=124509 COPY TimeDate-2.30 /TimeDate-2.30 RUN cpanm /TimeDate-2.30 \ && cpanm --installdeps . \ && rm -rf TimeDate-2.30
The local copy I have is already patched
I'm sure there are better ways to achieve this
|
---|