Change "use $foo; 1" in evals to "require $foo; 1" to avoid breaking
authorNicholas Clark <nick@ccl4.org>
Mon, 20 Oct 2008 14:15:04 +0000 (14:15 +0000)
committerNicholas Clark <nick@ccl4.org>
Mon, 20 Oct 2008 14:15:04 +0000 (14:15 +0000)
commitafe79e7bf0741363f2de40dc6f4c1284c1e35a5a
tree3496163a55a5522095fff893f9326bdcb1509b8c
parent5f259b1a7bd18cacc0055adc9c077be77eeec24e
Change "use $foo; 1" in evals to "require $foo; 1" to avoid breaking
even more tests if use is borked, but not require.

p4raw-id: //depot/perl@34528
t/test.pl