genome / UR

Rich Transactional Objects for Perl
http://www.urobject.org
Other
3 stars 12 forks source link

Missing comma after first argument to return #158

Open eserte opened 2 days ago

eserte commented 2 days ago

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 
eserte commented 2 days ago

This happens also with other perl versions, e.g. with latest stable 5.40.0.