Skip Menu |

This queue is for tickets about the Data-TreeDraw CPAN distribution.

Report information
The Basics
Id: 86797
Status: open
Priority: 0/
Queue: Data-TreeDraw

People
Owner: Nobody in particular
Requestors: support1 [...] thetabiz.com
Cc:
AdminCc:

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



Subject: defined(%hash) is deprecated at /usr/local/share/perl/5.14.2/Data/TreeDraw.pm line 1301
Following error is appearing in the latest version 0.0.5: defined(%hash) is deprecated at /usr/local/share/perl/5.14.2/Data/TreeDraw.pm line 1301 -- Thetabiz™ Offshore Services http://www.offshore-services.biz
On 2013-07-09 04:01:48, JLouisBiz wrote: Show quoted text
> Following error is appearing in the latest version 0.0.5: > > defined(%hash) is deprecated at > /usr/local/share/perl/5.14.2/Data/TreeDraw.pm line 1301
In newer perls defined(%hash) or defined(@array) is causing a compilation error: # Failed test 'use Data::TreeDraw;' # at t/00.load.t line 4. # Tried to use 'Data::TreeDraw'. # Error: Can't use 'defined(@array)' (Maybe you should just omit the defined()?) at /tmpfs/.cpan-build-cpansand/2016030906/Data-TreeDraw-HeU7h_/blib/lib/Data/TreeDraw.pm line 1300. # Compilation failed in require at t/00.load.t line 4. # BEGIN failed--compilation aborted at t/00.load.t line 4. # Testing Data::TreeDraw # Looks like you failed 1 test of 1. t/00.load.t .. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/1 subtests