Skip Menu |

This queue is for tickets about the Pod-Coverage CPAN distribution.

Report information
The Basics
Id: 85540
Status: new
Priority: 0/
Queue: Pod-Coverage

People
Owner: Nobody in particular
Requestors: ppisar [...] redhat.com
Cc:
AdminCc:

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



Subject: pod_cover should not add ./lib into @INC
Current bin/pod_cover does this: use lib 'lib'; # to test distribution inside './lib' and this way the pod_cover is installed into system. This is insecure as it inject any ./lib at run-time. Moreover the comment is wrong because pod_cover is never run at Pod-Coverage test time. Thus I propose to remove line.