With perl 5.41.6 I see the following (new?) test failure:
# Failed test 'use UR::All;'
# at t/URT/t/00_load.t line 11.
# Tried to use 'UR::All'.
# Error: Missing comma after first argument to return at /home/cpansand/.cpan/build/2024113009/UR-0.47-0/lib/UR/Namespace/Command/Define/Datasource/Sqlite.pm line 41, near ");"
# Compilation failed in require at /home/cpansand/.cpan/build/2024113009/UR-0.47-0/lib/UR/All.pm line 128.
# BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/2024113009/UR-0.47-0/lib/UR/All.pm line 128.
# Compilation failed in require at t/URT/t/00_load.t line 11.
# BEGIN failed--compilation aborted at t/URT/t/00_load.t line 11.
# Looks like you failed 1 test of 2.
t/URT/t/00_load.t .........................................................
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/2 subtests
With perl 5.41.6 I see the following (new?) test failure: