summaryrefslogtreecommitdiffstats
path: root/t/02-extension.t
diff options
context:
space:
mode:
Diffstat (limited to 't/02-extension.t')
-rw-r--r--t/02-extension.t2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/02-extension.t b/t/02-extension.t
index 2096221..f8e4752 100644
--- a/t/02-extension.t
+++ b/t/02-extension.t
@@ -21,6 +21,8 @@ use Test::Fatal;
return $self;
}
+ sub namespace { shift->{namespace} }
+
sub add_symbol {
my ($self, $variable, $initial_value) = @_;