Skip Menu |

This queue is for tickets about the AI-ConfusionMatrix CPAN distribution.

Report information
The Basics
Id: 117933
Status: resolved
Priority: 0/
Queue: AI-ConfusionMatrix

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

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



Subject: Fails with perl < 5.10
As per subject. Best illustrated with the matrix: http://matrix.cpantesters.org/?dist=AI-ConfusionMatrix%200.005 Sample fail report: http://www.cpantesters.org/cpan/report/9f10ad5c-7b5b-11e6-ac89-3f0feb7e2f12 Blamed line in diagnostics: https://metacpan.org/source/SKYSYMBOL/AI-ConfusionMatrix-0.005/lib/AI/ConfusionMatrix.pm#L27 Seems like the // operator is it. In case you do not want to change that, it would be cool if you could declare your requirement. That way the FAILS are converted to UNKNOWNS and the enduser gets a clear message before even trying to run the tests. Details about how to do it are on this page: http://wiki.cpantesters.org/wiki/CPANAuthorNotes HTH&&Thanks,
Subject: Re: [rt.cpan.org #117933] Fails with perl < 5.10
Date: Sun, 18 Sep 2016 14:38:33 +0200
To: bug-AI-ConfusionMatrix [...] rt.cpan.org
From: Vincent Lequertier <sky [...] riseup.net>
On 09/18/2016 09:30 AM, Andreas Koenig via RT wrote: Show quoted text
> Sun Sep 18 03:30:43 2016: Request 117933 was acted upon. > Transaction: Ticket created by ANDK > Queue: AI-ConfusionMatrix > Subject: Fails with perl < 5.10 > Broken in: 0.005 > Severity: (no value) > Owner: Nobody > Requestors: ANDK@cpan.org > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=117933 > > > > As per subject. Best illustrated with the matrix: > > http://matrix.cpantesters.org/?dist=AI-ConfusionMatrix%200.005 > > Sample fail report: > > http://www.cpantesters.org/cpan/report/9f10ad5c-7b5b-11e6-ac89-3f0feb7e2f12 > > Blamed line in diagnostics: > > https://metacpan.org/source/SKYSYMBOL/AI-ConfusionMatrix-0.005/lib/AI/ConfusionMatrix.pm#L27 > > Seems like the // operator is it. > > In case you do not want to change that, it would be cool if you could declare your requirement. That way the FAILS are converted to UNKNOWNS and the enduser gets a clear message before even trying to run the tests. Details about how to do it are on this page: http://wiki.cpantesters.org/wiki/CPANAuthorNotes > > HTH&&Thanks, >
Thank you for your bug report. I will get rid of the // operator so the module will work on more perl versions. -- Vincent Lequertier skysymbol.github.io
On Sun Sep 18 08:38:57 2016, SKYSYMBOL wrote: Show quoted text
> On 09/18/2016 09:30 AM, Andreas Koenig via RT wrote:
> > Sun Sep 18 03:30:43 2016: Request 117933 was acted upon. > > Transaction: Ticket created by ANDK > > Queue: AI-ConfusionMatrix > > Subject: Fails with perl < 5.10 > > Broken in: 0.005 > > Severity: (no value) > > Owner: Nobody > > Requestors: ANDK@cpan.org > > Status: new > > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=117933 > > > > > > > As per subject. Best illustrated with the matrix: > > > > http://matrix.cpantesters.org/?dist=AI-ConfusionMatrix%200.005 > > > > Sample fail report: > > > > http://www.cpantesters.org/cpan/report/9f10ad5c-7b5b-11e6-ac89- > > 3f0feb7e2f12 > > > > Blamed line in diagnostics: > > > > https://metacpan.org/source/SKYSYMBOL/AI-ConfusionMatrix- > > 0.005/lib/AI/ConfusionMatrix.pm#L27 > > > > Seems like the // operator is it. > > > > In case you do not want to change that, it would be cool if you could > > declare your requirement. That way the FAILS are converted to > > UNKNOWNS and the enduser gets a clear message before even trying to > > run the tests. Details about how to do it are on this page: > > http://wiki.cpantesters.org/wiki/CPANAuthorNotes > > > > HTH&&Thanks, > >
> > Thank you for your bug report. I will get rid of the // operator so > the > module will work on more perl versions.
Fixed by commit 6268561fdc7ffab94a01e28b62bb4b29b5786d40 https://github.com/SkySymbol/perl-ai-confusionmatrix/commit/6268561fdc7ffab94a01e28b62bb4b29b5786d40 Thanks