Fix eval.t under minitest, inadvertently broken by 0d804ff61f3a2df2
authorNicholas Clark <nick@ccl4.org>
Tue, 12 Apr 2011 14:00:51 +0000 (15:00 +0100)
committerNicholas Clark <nick@ccl4.org>
Tue, 12 Apr 2011 14:00:51 +0000 (15:00 +0100)
commite0d4127d4f78760fc7f7c1fa6ebacf705baedb07
tree9e2073e7325417f6ca8d474a1b09caf60843820e
parenteac006c9b5f4ca1954ec680fed91d18a53c763e1
Fix eval.t under minitest, inadvertently broken by 0d804ff61f3a2df2

That change attempted to skip if use Devel::Peek failed with a skip message of
of $@. Unfortunately, in this situation, $@ has multiple lines, which is not
valid as a skip message. So instead skip if we're miniperl, or we haven't built
Devel::Peek, otherwise attempt to run the test.
t/op/eval.t