summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
Diffstat (limited to 't')
-rw-r--r--t/op/attrs.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/op/attrs.t b/t/op/attrs.t
index cf4bb44218..dc91438d0a 100644
--- a/t/op/attrs.t
+++ b/t/op/attrs.t
@@ -154,6 +154,7 @@ $valid{CODE} = {map {$_ => 1} @code};
$valid{SCALAR} = {map {$_ => 1} @other};
$valid{ARRAY} = $valid{HASH} = $valid{SCALAR};
+our ($scalar, @array, %hash);
foreach my $value (\&foo, \$scalar, \@array, \%hash) {
my $type = ref $value;
foreach my $negate ('', '-') {