in reply to Re: Running tests on modules generated by Module::Starter still in /lib directory
in thread Running tests on modules generated by Module::Starter still in /lib directory

The test files found at MyModule/*.t

$PM = "Perl Monk's";
$MCF = "Most Clueless Friar Abbot Bishop Pontiff Deacon Curate";
$nysus = $PM . ' ' . $MCF;
Click here if you love Perl Monks

  • Comment on Re^2: Running tests on modules generated by Module::Starter still in /lib directory
  • Download Code

Replies are listed 'Best First'.
Re^3: Running tests on modules generated by Module::Starter still in /lib directory
by davido (Cardinal) on Feb 13, 2017 at 06:01 UTC

    man prove |grep '\s\-l'

    ...output...

    -l, --lib Add 'lib' to the path for your tests (- +Ilib).

    Dave