summaryrefslogtreecommitdiff
path: root/ext/B/t/terse.t
diff options
context:
space:
mode:
Diffstat (limited to 'ext/B/t/terse.t')
-rw-r--r--ext/B/t/terse.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/B/t/terse.t b/ext/B/t/terse.t
index 26e2e76054..d332f4b9c0 100644
--- a/ext/B/t/terse.t
+++ b/ext/B/t/terse.t
@@ -63,7 +63,7 @@ warn "# didn't find " . join(' ', keys %ops) if keys %ops;
# add it to the regex above too. (PADOPs are currently only produced
# under ithreads, though).
#
-use vars qw( $a $b );
+our ( $a, $b );
sub bar {
# OP SVOP COP IV here or in sub definition
my @bar = (1, 2, 3);