summaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2011-03-04 13:06:43 -0600
committerJesse Luehrs <doy@tozt.net>2011-03-04 13:06:43 -0600
commit7c3b261c80f79042f3867cd99c5ba096987886bd (patch)
tree8c1449df7120dde0044a60805d551e687c30b5be /t
parent2d077165dd9e3c743f4aec00953d6914655fb462 (diff)
downloadpackage-stash-xs-7c3b261c80f79042f3867cd99c5ba096987886bd.tar.gz
package-stash-xs-7c3b261c80f79042f3867cd99c5ba096987886bd.zip
disable caching of the namespace on 5.8
Diffstat (limited to '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) = @_;