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
Hi stevieb,
If you are running individual tests (eg: perl t/00-load.t), you need to first do a make install first.
make install should not be necessary to run tests, otherwise you've got a chicken/egg problem; perl -Ilib t/foo.t should be enough. Update: or prove -l t/foo.t.
Regards,
-- Hauke D
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Running tests on modules generated by Module::Starter still in /lib directory
by stevieb (Canon) on Feb 12, 2017 at 18:35 UTC | |
by haukex (Archbishop) on Feb 12, 2017 at 19:08 UTC |