in reply to how does use in make test work for a non-installed module

Note that 'make test' ne 'perl test.pl'.

'make test' executes test.pl with the -I switch described by mikfire, which pushes onto @INC the blib/* directories created by 'make'.

  • Comment on Re: how does use in make test work for a non-installed module