CC: | natg [...] shore.net |
Subject: | Allow command line args in test sources |
It would be nice to allow command line arguments in the @tests passed to
runtests. For example:
$harness->runtests('t/foo.t -say hello','t/foo.t -say world');
Currently, I am working around this issue by setting parser_class and
providing a 'new' that parses the args off the source string. But this
seems a long way to go to solve an easy problem...
Thanks,
Nat