summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2010-11-12 00:07:54 -0600
committerJesse Luehrs <doy@tozt.net>2010-11-12 03:20:44 -0600
commit3fd56b4dfb4975434ec1e29248961e53cf89de26 (patch)
tree0da664496ad3f7f8eb4b5f0793d0db6f0d216365 /lib
parent194acf4760e6124a8787c2f1c6b7b76015ad5e33 (diff)
downloadpackage-stash-xs-3fd56b4dfb4975434ec1e29248961e53cf89de26.tar.gz
package-stash-xs-3fd56b4dfb4975434ec1e29248961e53cf89de26.zip
convert remove_package_glob
Diffstat (limited to 'lib')
-rw-r--r--lib/Package/Stash.pm10
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/Package/Stash.pm b/lib/Package/Stash.pm
index 8e76abf..59b2c29 100644
--- a/lib/Package/Stash.pm
+++ b/lib/Package/Stash.pm
@@ -159,16 +159,6 @@ sub add_package_symbol {
Removes all package variables with the given name, regardless of sigil.
-=cut
-
-sub remove_package_glob {
- my ($self, $name) = @_;
- no strict 'refs';
- delete ${$self->name . '::'}{$name};
-}
-
-# ... these functions deal with stuff on the namespace level
-
=method has_package_symbol $variable
Returns whether or not the given package variable (including sigil) exists.