On 20/06/15 12:52, K. Wittrock wrote:
set PERL5LIB=lib
prove xt
set PERL5LIB=

you can get rid of the silly PERL5LIB stuff with:

prove --lib xt

also, be aware that testing the not-yet-built lib folder isn't going to work for XS modules, or any module which does something more than just copying files around in the build procedure.

I would personally do this *after* having run perl Build.PL / Build (that's more similar to what Build test does):

prove --blib xt

cheers,
Aldo

Reply via email to