2
votes
3answers
88 views
How can I easily add the uninstalled Perl modules in my development directory to @INC?
I'm writing Perl t/*.t tests for an existing project. During development, I'd like to use 'prove' to run select tests at arbitrary depths in the module directory hierarchy. I've created some t/ …
5
votes
2answers
391 views
Forking subprocesses in Perl unit tests stops prove; Test::Harness exiting
Hi,
I have been trying to use the Perl utility/module "prove" as a test harness for some unit tests. The unit tests are a little more "system" than "unit" as I need to fork off some background …
