Skip Menu |

This queue is for tickets about the Devel-Cover-Report-Clover CPAN distribution.

Report information
The Basics
Id: 108629
Status: new
Priority: 0/
Queue: Devel-Cover-Report-Clover

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

Bug Information
Severity: (no value)
Broken in:
  • 0.35
  • 1.01
Fixed in: (no value)



Subject: Can't open perl script "cover"
There are many fail reports at CPAN Testers like this one: http://www.cpantesters.org/cpan/report/6bb098d8-87a1-11e3-ab73-5aa55d7e0655 An overview: http://matrix.cpantesters.org/?dist=Devel-Cover-Report-Clover%200.35 I think there are two problems: * If this is a CPAN Testers setup where everything is just tested without installing, then the "cover" script cannot be found in any installation directory (but probably in a blib/script directory next to a blib/lib directory which should be in the active @INC) * It may be a custom perl which is not in user's PATH, which also means that cover is not in user's PATH (quite common in CPAN Testers setups) This is probably a variation of https://rt.cpan.org/Ticket/Display.html?id=75376 And actually I am not sure if the pull request in https://github.com/captin411/devel-cover-report-clover/pull/2 improved things. Maybe a combination of the old and new behavior is needed?