Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing comma after first argument to return #158

Open
eserte opened this issue Nov 30, 2024 · 1 comment
Open

Missing comma after first argument to return #158

eserte opened this issue Nov 30, 2024 · 1 comment

Comments

@eserte
Copy link

eserte commented Nov 30, 2024

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
Copy link
Author

eserte commented Nov 30, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant