With CPAN Testers it's not possible to install 3rd party software automatically. The only advice I can give is to check the prereqs in Makefile.PL or Build.PL, and die early with some diagnostics about missing software --- so a tester may decide if he should manually install the missing software.
That said, I doubt that cpanminus should be in the list of deps --- all CPAN prereqs should theoretically be installable with the normal approach (e.g. specifying PREREQ_PM in Makefile.PL or similar).
Regards,
Slaven
On 2015-06-02 03:57:30, andrewjpage@gmail.com wrote:
Show quoted text> Hi,
> The module depends on some other software and I cant see a way to get it
> installed automatically with the cpan tester system like with TravisCI?
> Basically it needs:
>
> apt-get install bedtools cd-hit ncbi-blast+ mcl muscle parallel cpanminus
>
> Any advise would be greatly apprechiated.
>
> Regards,
>
> Andrew
>
>
>
> On 1 June 2015 at 17:13, Slaven_Rezic via RT <bug-Bio-Roary@rt.cpan.org>
> wrote:
>
> > Mon Jun 01 12:13:18 2015: Request 104843 was acted upon.
> > Transaction: Ticket created by SREZIC
> > Queue: Bio-Roary
> > Subject: System perl used in tests
> > Broken in: (no value)
> > Severity: (no value)
> > Owner: Nobody
> > Requestors: SREZIC@cpan.org
> > Status: new
> > Ticket <URL:
https://rt.cpan.org/Ticket/Display.html?id=104843 >
> >
> >
> > Bio-Roary never had a PASS report at CPAN testers:
> >
http://matrix.cpantesters.org/?dist=Bio-Roary;maxver=1
> >
> > Possible reason is that the system perl is used in the tests, so the
> > prereq specs do not work. If this is the case, then this can be usually
> > fixed by using the $^X variable.
> >