This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
In test.pl, use block eval instead of string eval for requiring modules.
authorNicholas Clark <nick@ccl4.org>
Tue, 8 Mar 2011 11:25:34 +0000 (11:25 +0000)
committerNicholas Clark <nick@ccl4.org>
Tue, 8 Mar 2011 11:25:34 +0000 (11:25 +0000)
commitcb01154c72853175ca83c452d8c9556cf7a16efe
tree63a4a293573e5ad1e2acfa494c9b94b8fbb26494
parent77ba2250b324d4fdc54cedfc356f3197ea6cc717
In test.pl, use block eval instead of string eval for requiring modules.

The failure we're protecting against is runtime, rather than compile time.
t/test.pl