On Jun 15, 2008, at 08:34, David E. Wheeler wrote:
> TAP::Harness->new({
> verbosity => $opts->{verbose} || $ENV{TEST_VERBOSE},
> timer => $opts->{timer},
> color => $opts->{color},
> exec => {
> '[.]t$' => 'perl',
> '[.]s%' => [qw(psql -U postgres -d try -f)]
Uh, s/%/$/. Sorry.
Best,
David