Add lib/Config.pm as a target for bisect-runner.pl
authorNicholas Clark <nick@ccl4.org>
Thu, 29 Sep 2011 22:45:49 +0000 (00:45 +0200)
committerNicholas Clark <nick@ccl4.org>
Thu, 29 Sep 2011 22:45:49 +0000 (00:45 +0200)
commit4daf2803e944e985fecc670f62f3014dd032a265
tree06b5b5f737d2f7c6ec4a2e2fbd0d5c7b86d8a6c5
parent9a999a97384cd0c383bacf59bdce67cd59f19a6f
Add lib/Config.pm as a target for bisect-runner.pl

Add -Ilib to the command line generated when -e is used.

Now you can use --target=lib/Config.pm -e 'use Config; ...' to test code
that needs Config, but doesn't require building perl.
Porting/bisect-runner.pl