summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
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