++ On Fri, Jun 26, 2015 at 7:49 AM, Aldo Calpini <d...@perl.it> wrote:
> 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 > > -- "Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." -- Brian Kernighan