Skip Menu |

This queue is for tickets about the DBIx-Fast CPAN distribution.

Report information
The Basics
Id: 102818
Status: new
Priority: 0/
Queue: DBIx-Fast

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

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



Subject: keys on reference is experimental
"make test" fails for newer perl versions (5.20.x and newer): Bailout called. Further testing stopped: # Failed test 'use DBIx::Fast;' # at t/00-load.t line 10. # Tried to use 'DBIx::Fast'. # Error: keys on reference is experimental at /home/cpansand/.cpan/build/DBIx-Fast-0.01-Db3mbV/blib/lib/DBIx/Fast.pm line 156. # Compilation failed in require at t/00-load.t line 10. # BEGIN failed--compilation aborted at t/00-load.t line 10. Use of uninitialized value $DBIx::Fast::VERSION in concatenation (.) or string at t/00-load.t line 13. # Looks like you failed 1 test of 1. # Looks like your test exited with 255 just after 1. FAILED--Further testing stopped. *** Error code 255 Keys on reference are not implemented for perl 5.12 and older, so it's failing here too: http://matrix.cpantesters.org/?dist=DBIx-Fast