Skip Menu |

This queue is for tickets about the CHI-Driver-SharedMem CPAN distribution.

Report information
The Basics
Id: 81271
Status: rejected
Priority: 0/
Queue: CHI-Driver-SharedMem

People
Owner: Nobody in particular
Requestors: shmuelfomberg [...] gmail.com
Cc:
AdminCc:

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



Subject: Depending on Test::Class
Hi. I notice that you module is depending on Test::Class. Test:Class have a high test failure rate, and this means that a lot of the people that want to install you module won't be able to. Worse, you can't even see this failures in your CPAN testers reports, as dependency fail is not reported. Can you please fix that? Thanks, Shmuel.
Thank you for using CHI::Driver::SharedMem. I have no dependency on that module. Perhaps one of the modules that I depend on does. Please report it to that module author/maintainer since I can't support 3rd party software. Regards, -Nigel
Not a bug in CHI::Driver::SharedMem.
On Mon Nov 19 12:15:17 2012, NHORNE wrote: Show quoted text
> Thank you for using CHI::Driver::SharedMem. I have no dependency on > that module. Perhaps > one of the modules that I depend on does. Please report it to that > module author/maintainer > since I can't support 3rd party software.
hmmm... looking at https://metacpan.org/source/NHORNE/CHI-Driver-SharedMem-0.13/Makefile.PL I see Test:Class listed under PREREQ_PM. Is it there by mistake? Sorry to bother you, and thanks for your module. Shmuel.
On Mon Nov 19 20:12:16 2012, SEMUELF wrote: Show quoted text
> On Mon Nov 19 12:15:17 2012, NHORNE wrote:
> > Thank you for using CHI::Driver::SharedMem. I have no dependency on > > that module. Perhaps > > one of the modules that I depend on does. Please report it to that > > module author/maintainer > > since I can't support 3rd party software.
> > hmmm... looking at > https://metacpan.org/source/NHORNE/CHI-Driver-SharedMem-0.13/Makefile.PL > I see Test:Class listed under PREREQ_PM. Is it there by mistake?
Thank you for your e-mail and your concerns. Test::Class is a requirement of the CHI::Driver framework, it is outside of my control. Please direct your bug report to CHI's author. Furthermore looking at http://matrix.cpantesters.org/?dist=Test-Class+0.37 I cannot see why you are concerned. Test::Class does fail on Windows, it is true, but compared to many modules it is very portable. There are many more modules on CPAN which are less portable, so I disagree with your statement that Test::Class has a "high test failure rate", a ratio of 32:768 is not high compared with many others. Finally Test::Class only fails on platforms which CHI::Drvier::SharedMem will not work on anyway, such as Microsoft Windows. Therefore T:C's failure on Windows is not relevant and I don't understand therefore why you said that a lot of people that would like to use C:D:S would be prevented from using it because of T:C, since they are actually prevented from using it because C:D:S doesn't support Windows (and vice versa) not because T::C doesn't work on Windows. Regards, -Nigel Show quoted text
> Sorry to bother you, and thanks for your module. > Shmuel.
so this problem does not matter to this module. Sorry for bothering you, and thanks for participating in my little "improve cpan" project.
Problem should be raised to the authors of CHI and Test::Class.