From ce9d5336091a06a3120c55196ae7a0e4309b4ab1 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Mon, 2 Jul 2012 14:47:34 -0700 Subject: do.t: Load test.pl at BEGIN time so that parentheses can be omitted. --- t/op/do.t | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 't/op/do.t') diff --git a/t/op/do.t b/t/op/do.t index c5a5905528..1d67a3e87c 100644 --- a/t/op/do.t +++ b/t/op/do.t @@ -1,6 +1,8 @@ #!./perl -w -require './test.pl'; +BEGIN { + require './test.pl'; +} use strict; no warnings 'void'; -- cgit v1.2.1