summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2010-11-12 15:15:44 -0600
committerJesse Luehrs <doy@tozt.net>2010-11-12 15:15:44 -0600
commit4871b1a089d2ccfc436fb1891f8186a4c80bbc06 (patch)
treeaeced85d2757ca4f2d2abd1e5f34a15869075a5f /lib
parentfca4ed0c33214a7710c5b4bd20858863d0be7ed4 (diff)
downloadpackage-stash-xs-4871b1a089d2ccfc436fb1891f8186a4c80bbc06.tar.gz
package-stash-xs-4871b1a089d2ccfc436fb1891f8186a4c80bbc06.zip
get_or_add_package_symbol
Diffstat (limited to 'lib')
-rw-r--r--lib/Package/Stash.pm7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/Package/Stash.pm b/lib/Package/Stash.pm
index be440a1..f385053 100644
--- a/lib/Package/Stash.pm
+++ b/lib/Package/Stash.pm
@@ -88,13 +88,6 @@ Returns the value of the given package variable (including sigil).
Like C<get_package_symbol>, except that it will return an empty hashref or
arrayref if the variable doesn't exist.
-=cut
-
-sub get_or_add_package_symbol {
- my $self = shift;
- $self->get_package_symbol(@_, vivify => 1);
-}
-
=method remove_package_symbol $variable
Removes the package variable described by C<$variable> (which includes the