projects
/
gitmo/Package-Stash-XS.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
42fa5cf
)
un-TODO
Jesse Luehrs [Wed, 12 May 2010 05:25:25 +0000 (
00:25
-0500)]
t/001-basic.t
patch
|
blob
|
blame
|
history
diff --git
a/t/001-basic.t
b/t/001-basic.t
index
33d1117
..
b3cecfb
100644
(file)
--- a/
t/001-basic.t
+++ b/
t/001-basic.t
@@
-263,9
+263,7
@@
dies_ok {
{
my $stash = Stash::Manip->new('Baz');
- { local $TODO = "getting undef for some reason";
is(${ $stash->get_package_symbol('$foo') }, 23, "got \$foo");
- }
is_deeply($stash->get_package_symbol('@foo'), ['bar'], "got \@foo");
is_deeply($stash->get_package_symbol('%foo'), {baz => 1}, "got \%foo");
ok(!$stash->has_package_symbol('&foo'), "got \&foo");