mojolicious / mojo

:sparkles: Mojolicious - Perl real-time web framework
https://mojolicious.org
Artistic License 2.0
2.66k stars 576 forks source link

Old package separator "'" deprecated at (eval 68) line 1. #2085

Open mtelka opened 12 months ago

mtelka commented 12 months ago

Steps to reproduce the behavior

Run Mojolicious tests

Expected behavior

...
t/mojo/json_xs.t ........................... skipped: Cpanel::JSON::XS 4.09+ required for this test!
t/mojo/loader.t ............................ ok
...

The above is with Perl 5.36.1

Actual behavior

...
t/mojo/json_xs.t ........................... skipped: Cpanel::JSON::XS 4.09+ required for this test!
Old package separator "'" deprecated at (eval 68) line 1.
t/mojo/loader.t ............................ ok
...
kraih commented 12 months ago

So, what should we do about it? Just remove the feature from Mojolicious?

mtelka commented 12 months ago

No idea. I just noticed a change in test results between Perl 5.36 and Perl 5.38 so I reported it. If this is not a bug in Mojolicious or its tests then please close this bug report.

mtelka commented 1 month ago

The issue is still present in Mojolicious 9.37.