Skip Menu |

This queue is for tickets about the Algorithm-SixDegrees CPAN distribution.

Report information
The Basics
Id: 113168
Status: resolved
Priority: 0/
Queue: Algorithm-SixDegrees

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

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



Subject: UNIVERSAL does not export anything
The module does not compile anymore with newer perls (e.g. perl 5.23.8): # Failed test 'use Algorithm::SixDegrees;' # at t/00.load.t line 6. # Tried to use 'Algorithm::SixDegrees'. # Error: UNIVERSAL does not export anything at /home/cpansand/.cpan/build/2016031906/Algorithm-SixDegrees-0.03-8RRSOj/blib/lib/Algorithm/SixDegrees.pm line 6. # BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/2016031906/Algorithm-SixDegrees-0.03-8RRSOj/blib/lib/Algorithm/SixDegrees.pm line 6. # Compilation failed in require at t/00.load.t line 6. # BEGIN failed--compilation aborted at t/00.load.t line 6. # Testing Algorithm::SixDegrees # Looks like you failed 1 test of 1. t/00.load.t .............. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/1 subtests
Version 1.01 added to CPAN which uses Scalar::Util instead of UNIVERSAL. Apologies for the very long delay in fixing this.