projects
/
gitmo/Package-Stash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
664f643
)
no reason this shouldn't be using the namespace
Jesse Luehrs [Mon, 2 May 2011 20:22:37 +0000 (15:22 -0500)]
lib/Package/Stash/PP.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Package/Stash/PP.pm
b/lib/Package/Stash/PP.pm
index
60c486a
..
4856d14
100644
(file)
--- a/
lib/Package/Stash/PP.pm
+++ b/
lib/Package/Stash/PP.pm
@@
-134,8
+134,7
@@
sub add_symbol {
sub remove_glob {
my ($self, $name) = @_;
- no strict 'refs';
- delete ${$self->name . '::'}{$name};
+ delete $self->namespace->{$name};
}
sub has_symbol {