Closed twata1 closed 2 weeks ago
thanks for reporting
patch for given ... when
With perl 5.41.x and the removal of switch and smartmatch, this is now fatal:
# Failed test 'use Debug::Client;'
# at t/01-compile.t line 10.
# Tried to use 'Debug::Client'.
# Error: syntax error at /home/cpansand/.cpan/build/2024102011/Debug-Client-0.31-0/blib/lib/Debug/Client.pm line 237, near ") {"
# Execution of /home/cpansand/.cpan/build/2024102011/Debug-Client-0.31-0/blib/lib/Debug/Client.pm aborted due to compilation errors.
# Compilation failed in require at t/01-compile.t line 10.
# BEGIN failed--compilation aborted at t/01-compile.t line 10.
Use of uninitialized value $Debug::Client::VERSION in concatenation (.) or string at t/01-compile.t line 32.
# Looks like your test exited with 255 just after 18.
t/01-compile.t .........
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 1/18 subtests
0.32 released fixing this. Thanks for the reports.
Hello,
Running Strawberry Perl 5.38.0, I noticed the following message.
Thank you,