Skip Menu |

This queue is for tickets about the Bio-Grep CPAN distribution.

Report information
The Basics
Id: 124639
Status: open
Priority: 0/
Queue: Bio-Grep

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

Bug Information
Severity: (no value)
Broken in: v0.10.6
Fixed in: (no value)



Subject: UNIVERSAL does not export anything
The load test fails with newer perls: ... # Failed test 'use Bio::Grep::Backend::Agrep;' # at t/00.load.t line 14. # Tried to use 'Bio::Grep::Backend::Agrep'. # Error: UNIVERSAL does not export anything at /tmpfs/.cpan-build-cpansand/2018030109/Bio-Grep-v0.10.6-0/blib/lib/Bio/Grep/Backend/BackendI.pm line 37. # BEGIN failed--compilation aborted at /tmpfs/.cpan-build-cpansand/2018030109/Bio-Grep-v0.10.6-0/blib/lib/Bio/Grep/Backend/BackendI.pm line 37. # Compilation failed in require at /tmpfs/.cpan-build-cpansand/2018030109/Bio-Grep-v0.10.6-0/blib/lib/Bio/Grep/Backend/Agrep.pm line 18. # BEGIN failed--compilation aborted at /tmpfs/.cpan-build-cpansand/2018030109/Bio-Grep-v0.10.6-0/blib/lib/Bio/Grep/Backend/Agrep.pm line 18. # Compilation failed in require at t/00.load.t line 14. # BEGIN failed--compilation aborted at t/00.load.t line 14. ...
Simply remove the "use UNIVERSAL ...;" line. See https://stackoverflow.com/q/59759952/589924