Skip Menu |

This queue is for tickets about the Tie-Table CPAN distribution.

Report information
The Basics
Id: 132590
Status: new
Priority: 0/
Queue: Tie-Table

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

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



Subject: UNIVERSAL does not export anything
The test suite fails for newer perl: ... PERL_DL_NONLAZY=1 "/usr/perl5.28.0p/bin/perl" "-Iblib/lib" "-Iblib/arch" test.pl 1..13 # Running under perl version 5.028000 for freebsd # Current time local: Thu May 14 17:24:14 2020 # Current time GMT: Thu May 14 17:24:14 2020 # Using Test.pm version 1.31 UNIVERSAL does not export anything at blib/lib/Tie/Table.pm line 558. BEGIN failed--compilation aborted at blib/lib/Tie/Table.pm line 558. Compilation failed in require at test.pl line 8. BEGIN failed--compilation aborted at test.pl line 8. not ok 1 *** Error code 255 ...
On 2020-05-14 13:26:21, SREZIC wrote: Show quoted text
> The test suite fails for newer perl:
To be more precise: it started to fail with perl 5.22. The last working version was perl 5.20.3. Show quoted text
> > ... > PERL_DL_NONLAZY=1 "/usr/perl5.28.0p/bin/perl" "-Iblib/lib" "- > Iblib/arch" test.pl > 1..13 > # Running under perl version 5.028000 for freebsd > # Current time local: Thu May 14 17:24:14 2020 > # Current time GMT: Thu May 14 17:24:14 2020 > # Using Test.pm version 1.31 > UNIVERSAL does not export anything at blib/lib/Tie/Table.pm line 558. > BEGIN failed--compilation aborted at blib/lib/Tie/Table.pm line 558. > Compilation failed in require at test.pl line 8. > BEGIN failed--compilation aborted at test.pl line 8. > not ok 1 > *** Error code 255 > ...