Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Catch errors earlier in Devel-Peek/t/Peek.t
Relates: Perl#226 When testing Devel-Peek we can run some tests inside an eval and do not bother to check if it succeeds or not. As STDERR is redirected to a file, we do not even notice the error message when this occurs. This commit postpone the redirection of STDERR and die if the eval quoted string from `do_test` fails.
- Loading branch information