Skip Menu |

This queue is for tickets about the Whatever CPAN distribution.

Report information
The Basics
Id: 128618
Status: new
Priority: 0/
Queue: Whatever

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.23
Fixed in: (no value)



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