summaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2011-03-04 12:59:02 -0600
committerJesse Luehrs <doy@tozt.net>2011-03-04 12:59:02 -0600
commit36cbfbad272906e832c887c1e07a22e21bd3b894 (patch)
tree009dd26524a8d9e9ca4af9c8ec3abba477d4e16e /t
parent55d477cc746d9ef3ad67d27c7b812665822d8cd5 (diff)
downloadpackage-stash-36cbfbad272906e832c887c1e07a22e21bd3b894.tar.gz
package-stash-36cbfbad272906e832c887c1e07a22e21bd3b894.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) = @_;