diff options
Diffstat (limited to 'gnu/usr.bin/perl/t/uni/caller.t')
-rw-r--r-- | gnu/usr.bin/perl/t/uni/caller.t | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/usr.bin/perl/t/uni/caller.t b/gnu/usr.bin/perl/t/uni/caller.t index c48018c1ee5..e05f73735d3 100644 --- a/gnu/usr.bin/perl/t/uni/caller.t +++ b/gnu/usr.bin/perl/t/uni/caller.t @@ -5,12 +5,13 @@ BEGIN { chdir 't' if -d 't'; require './test.pl'; set_up_inc('../lib'); - plan( tests => 18 ); } use utf8; use open qw( :utf8 :std ); +plan( tests => 18 ); + package main; { |