Subject: | Can only expect-test a single app at once |
At the moment this is non-OO so you can't be expecting on the output of
two apps at once.
I want to see if changes in one app are reflected in another without
having to stop and start the applications.
I was thinking:
my $ref=Test::Expect->new(...);
$ref->expect_is(...);
so that you can have two refs on the go at the same time.