diff options
author | Father Chrysostomos <sprout@cpan.org> | 2012-01-08 17:18:23 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-01-08 23:13:36 -0800 |
commit | bbff98dc509eb269f4500b2698d1ab918152f9d2 (patch) | |
tree | 75ff658b3b16f038b712d4aff95dc52b32e850be /t | |
parent | 0c9b04389335c3a662232102a5a5a570e4e7c403 (diff) | |
download | perl-bbff98dc509eb269f4500b2698d1ab918152f9d2.tar.gz |
grep.t: require test.pl in BEGIN block
for parenthetical omissions.
Diffstat (limited to 't')
-rw-r--r-- | t/op/grep.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/grep.t b/t/op/grep.t index 9087f2c4a7..0a1f8c9090 100644 --- a/t/op/grep.t +++ b/t/op/grep.t @@ -7,9 +7,9 @@ BEGIN { chdir 't' if -d 't'; @INC = qw(. ../lib); + require "test.pl"; } -require "test.pl"; plan( tests => 61 ); { |