in reply to Re: Understanding the blib environment produced by 'perl Makefile.PL' and 'make test'
in thread Understanding the blib environment produced by 'perl Makefile.PL' and 'make test'

...omission won't cause any problems at all iff X has already been installed.
Thanks, that's what I thought.

I think the error was a combination of omitting a needed 'make clean' and running 'prove -b' instead of 'prove -l' so that an outdated blib was getting used instead of the current lib directory.

Thanks again for your response.

  • Comment on Re^2: Understanding the blib environment produced by 'perl Makefile.PL' and 'make test'