Subject: | $* is no longer supported as of Perl 5.30 |
The test suite fails since perl 5.29.4:
...
# Failed test 'use Whatever;'
# at t/00-load.t line 6.
# Tried to use 'Whatever'.
# Error: $* is no longer supported as of Perl 5.30 at /usr/home/cpansand/.cpan/build/2019022420/Whatever-0.23-4/blib/lib/Whatever.pm line 63.
# Compilation failed in require at t/00-load.t line 6.
# BEGIN failed--compilation aborted at t/00-load.t line 6.
Bailout called. Further testing stopped:
# Testing Whatever , Perl 5.029007, /usr/perl5.29.7p/bin/perl5.29.7
# Looks like you failed 1 test of 1.
FAILED--Further testing stopped.
(./Build test exited with 256)
...