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.