mojolicious / mojo

:sparkles: Mojolicious - Perl real-time web framework

Home Page:https://mojolicious.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

mtelka opened this issue · comments

  • Mojolicious version: 9.33
  • Perl version: 5.38.0
  • Operating system: OpenIndiana Hipster

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
...

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

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.

The issue is still present in Mojolicious 9.37.