Skip Menu |

This queue is for tickets about the MojoX-Run CPAN distribution.

Report information
The Basics
Id: 63371
Status: resolved
Priority: 0/
Queue: MojoX-Run

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

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



Subject: Undeclared dependency on Mojo::Base
Grepping through your use statements reveals you're seemingly dependent on Mojo::Base but do not declare it in your Makefile.PL That explains the high FAIL to PASS ratio at cpantesters. You would probably get zero FAILs but we'll only see if you try;) Thanks && Regards,
On Sat Nov 27 01:45:26 2010, ANDK wrote: Show quoted text
> Grepping through your use statements reveals you're seemingly
dependent on Show quoted text
> Mojo::Base but do not declare it in your Makefile.PL > > That explains the high FAIL to PASS ratio at cpantesters. You would > probably get zero FAILs but we'll only see if you try;) > > Thanks && Regards, >
Thanks for your input. MojoX::Run is my first CPAN module and was not aware how to declare dependencies. Check version 0.14; it fixes some stdio ioloop's connect bugs and has dependencies defined. Tests were rand on linux and latest freebsd 8.1 (both 64bit). Thanks again and regards, Brane
Fixed in 0.14. Brane