Skip Menu |

This queue is for tickets about the QBit-Application-Model-DB CPAN distribution.

Report information
The Basics
Id: 123516
Status: resolved
Priority: 0/
Queue: QBit-Application-Model-DB

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

Bug Information
Severity: (no value)
Broken in:
  • 0.023
  • 0.024
  • 0.025
Fixed in: (no value)



Subject: Tests fail for perl < 5.18 and >= 5.26
See subject. With perl 5.26.1 I see: PERL_DL_NONLAZY=1 "/usr/perl5.26.1p/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t Use of uninitialized value $class:: in concatenation (.) or string at /home/cpansand/.cpan/build/2017110503/QBit-Application-Model-DB-0.023-1/lib/QBit/Application/Model/DB.pm line 254. # Looks like your test exited with 255 before it could output anything. t/qbit-application-model-db-multiple.t ...... Dubious, test returned 255 (wstat 65280, 0xff00) Failed 2/2 subtests Use of uninitialized value $class:: in concatenation (.) or string at /home/cpansand/.cpan/build/2017110503/QBit-Application-Model-DB-0.023-1/lib/QBit/Application/Model/DB.pm line 254. # Looks like your test exited with 255 before it could output anything. t/qbit-application-model-db-query-having.t .. Dubious, test returned 255 (wstat 65280, 0xff00) Failed 1/1 subtests Use of uninitialized value $class:: in concatenation (.) or string at /home/cpansand/.cpan/build/2017110503/QBit-Application-Model-DB-0.023-1/lib/QBit/Application/Model/DB.pm line 254. # Looks like your test exited with 255 before it could output anything. t/qbit-application-model-db.t ............... Dubious, test returned 255 (wstat 65280, 0xff00) Failed 26/26 subtests
On 2017-11-05 02:05:39, SREZIC wrote: Show quoted text
> See subject. With perl 5.26.1 I see: > > PERL_DL_NONLAZY=1 "/usr/perl5.26.1p/bin/perl" "- > MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef > *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" > t/*.t > Use of uninitialized value $class:: in concatenation (.) or string at > /home/cpansand/.cpan/build/2017110503/QBit-Application-Model-DB-0.023- > 1/lib/QBit/Application/Model/DB.pm line 254. > # Looks like your test exited with 255 before it could output > anything. > t/qbit-application-model-db-multiple.t ...... > Dubious, test returned 255 (wstat 65280, 0xff00) > Failed 2/2 subtests > Use of uninitialized value $class:: in concatenation (.) or string at > /home/cpansand/.cpan/build/2017110503/QBit-Application-Model-DB-0.023- > 1/lib/QBit/Application/Model/DB.pm line 254. > # Looks like your test exited with 255 before it could output > anything. > t/qbit-application-model-db-query-having.t .. > Dubious, test returned 255 (wstat 65280, 0xff00) > Failed 1/1 subtests > Use of uninitialized value $class:: in concatenation (.) or string at > /home/cpansand/.cpan/build/2017110503/QBit-Application-Model-DB-0.023- > 1/lib/QBit/Application/Model/DB.pm line 254. > # Looks like your test exited with 255 before it could output > anything. > t/qbit-application-model-db.t ............... > Dubious, test returned 255 (wstat 65280, 0xff00) > Failed 26/26 subtests
Still the case with QBit-Application-Model-DB-0.024
On 2017-11-15 16:59:54, SREZIC wrote: Show quoted text
> On 2017-11-05 02:05:39, SREZIC wrote:
> > See subject. With perl 5.26.1 I see: > > > > PERL_DL_NONLAZY=1 "/usr/perl5.26.1p/bin/perl" "- > > MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef > > *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" > > t/*.t > > Use of uninitialized value $class:: in concatenation (.) or string at > > /home/cpansand/.cpan/build/2017110503/QBit-Application-Model-DB-0.023- > > 1/lib/QBit/Application/Model/DB.pm line 254. > > # Looks like your test exited with 255 before it could output > > anything. > > t/qbit-application-model-db-multiple.t ...... > > Dubious, test returned 255 (wstat 65280, 0xff00) > > Failed 2/2 subtests > > Use of uninitialized value $class:: in concatenation (.) or string at > > /home/cpansand/.cpan/build/2017110503/QBit-Application-Model-DB-0.023- > > 1/lib/QBit/Application/Model/DB.pm line 254. > > # Looks like your test exited with 255 before it could output > > anything. > > t/qbit-application-model-db-query-having.t .. > > Dubious, test returned 255 (wstat 65280, 0xff00) > > Failed 1/1 subtests > > Use of uninitialized value $class:: in concatenation (.) or string at > > /home/cpansand/.cpan/build/2017110503/QBit-Application-Model-DB-0.023- > > 1/lib/QBit/Application/Model/DB.pm line 254. > > # Looks like your test exited with 255 before it could output > > anything. > > t/qbit-application-model-db.t ............... > > Dubious, test returned 255 (wstat 65280, 0xff00) > > Failed 26/26 subtests
> > Still the case with QBit-Application-Model-DB-0.024
Seems to be fixed now (0.027).