Skip Menu |

This queue is for tickets about the Perl-Examples-Accessors CPAN distribution.

Report information
The Basics
Id: 118963
Status: resolved
Priority: 0/
Queue: Perl-Examples-Accessors

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

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



Subject: No test reports for perl 5.24 and newer
See http://fast-matrix.cpantesters.org/?dist=Perl-Examples-Accessors%200.10 --- currently there are only test reports up to perl 5.22.x. It could be that one of the dependent modules does not work anymore for newer perls. In this case maybe these modules should be removed from the prereq list, or made optional (suggested or recommended).
On 2016-11-25 14:13:46, SREZIC wrote: Show quoted text
> See http://fast-matrix.cpantesters.org/?dist=Perl-Examples- > Accessors%200.10 --- currently there are only test reports up to perl > 5.22.x. It could be that one of the dependent modules does not work > anymore for newer perls. In this case maybe these modules should be > removed from the prereq list, or made optional (suggested or > recommended).
... and I found out which one is causing the problems: it's Moops.
Thanks for the report. I downgraded prereq Moops to recommends.
On 2016-11-26 01:09:50, PERLANCAR wrote: Show quoted text
> Thanks for the report. I downgraded prereq Moops to recommends.
Unfortunately you also have to exclude Perl/Examples/Accessors/Moops.pm from t/00-compile.t if Moops is not installed... # Failed test 'Perl/Examples/Accessors/Moops.pm loaded ok' # at t/00-compile.t line 63. # got: '512' # expected: '0' Can't locate Moops.pm in @INC (you may need to install the Moops module) (@INC contains: ....) at /home/cpansand/.cpan/build/2016112606/Perl-Examples-Accessors-0.11-rjBEDS/blib/lib/Perl/Examples/Accessors/Moops.pm line 1. BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/2016112606/Perl-Examples-Accessors-0.11-rjBEDS/blib/lib/Perl/Examples/Accessors/Moops.pm line 1. Compilation failed in require at -e line 1. # Looks like you failed 1 test of 27. t/00-compile.t ........... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/27 subtests
Ah right, I've skipped Moops in t/00-compile.t.