Skip Menu |

This queue is for tickets about the YATT-Lite CPAN distribution.

Report information
The Basics
Id: 108427
Status: open
Priority: 0/
Queue: YATT-Lite

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

Bug Information
Severity: (no value)
Broken in: 0.100_002
Fixed in: 0.100_003



Subject: Undeclared dependency on Test::Kantan
As per subject. Grep: http://search.cpan.org/grep?release=YATT-Lite-0.100_002;string=Test::Kantan;n=1;C=0 Sample fail report: http://www.cpantesters.org/cpan/report/61616976 Overview: http://matrix.cpantesters.org/?dist=YATT-Lite+0.100_002 HTH&&Thanks, (Disclaimer: this was discovered by statistical analysis, I'm not speaking as a user)
Thank you for telling me about this! I realized META.json/yml doesn't have any of test related requires. But cpanfile in 0.100_002 contains: on test => sub { requires 'Test::Kantan'; #... }; So, may be I mis-used Module::Build or something... Anyway I will try to solve this. (Do you have any ideas?) Thank you! On 2015-11月-04 水 12:36:23, ANDK wrote: Show quoted text
> As per subject. Grep: > > http://search.cpan.org/grep?release=YATT-Lite- > 0.100_002;string=Test::Kantan;n=1;C=0 > > Sample fail report: > > http://www.cpantesters.org/cpan/report/61616976 > > Overview: > > http://matrix.cpantesters.org/?dist=YATT-Lite+0.100_002 > > HTH&&Thanks, > (Disclaimer: this was discovered by statistical analysis, I'm not > speaking as a user)
I hope this is fixed now in 0.100_003. It seems to me tester matrix is turning into green:) Thank you! On 2015-11月-04 水 13:34:25, HKOBA wrote: Show quoted text
> Thank you for telling me about this! > > I realized META.json/yml doesn't have any of test related requires. > But cpanfile in 0.100_002 contains: > > on test => sub { > requires 'Test::Kantan'; > #... > }; > > So, may be I mis-used Module::Build or something... > > Anyway I will try to solve this. (Do you have any ideas?) > > Thank you! > > > > On 2015-11月-04 水 12:36:23, ANDK wrote:
> > As per subject. Grep: > > > > http://search.cpan.org/grep?release=YATT-Lite- > > 0.100_002;string=Test::Kantan;n=1;C=0 > > > > Sample fail report: > > > > http://www.cpantesters.org/cpan/report/61616976 > > > > Overview: > > > > http://matrix.cpantesters.org/?dist=YATT-Lite+0.100_002 > > > > HTH&&Thanks, > > (Disclaimer: this was discovered by statistical analysis, I'm not > > speaking as a user)
> >