summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl/lib/Benchmark.t
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/perl/lib/Benchmark.t')
-rw-r--r--gnu/usr.bin/perl/lib/Benchmark.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/perl/lib/Benchmark.t b/gnu/usr.bin/perl/lib/Benchmark.t
index 4bf01b222e4..523618f5763 100644
--- a/gnu/usr.bin/perl/lib/Benchmark.t
+++ b/gnu/usr.bin/perl/lib/Benchmark.t
@@ -7,7 +7,7 @@ BEGIN {
use warnings;
use strict;
-use vars qw($foo $bar $baz $ballast);
+our ($foo, $bar, $baz, $ballast);
use Test::More tests => 213;
use Benchmark qw(:all);