Skip Menu |

This queue is for tickets about the What CPAN distribution.

Report information
The Basics
Id: 108842
Status: new
Priority: 0/
Queue: What

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

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



Subject: Can't use 'defined(@array)'
Compilation of What.pm fails with newer perls (5.22.0 and newer): # Failed test 'use What;' # at t/00load.t line 5. # Tried to use 'What'. # Error: Can't use 'defined(@array)' (Maybe you should just omit the defined()?) at /tmpfs/.cpan-build/2015111218/What-1.00-XlK9cn/blib/lib/What.pm line 65. # Compilation failed in require at t/00load.t line 5. # BEGIN failed--compilation aborted at t/00load.t line 5. # Looks like you failed 1 test of 1. t/00load.t .......... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/1 subtests