From 4871b1a089d2ccfc436fb1891f8186a4c80bbc06 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Fri, 12 Nov 2010 15:15:44 -0600 Subject: get_or_add_package_symbol --- lib/Package/Stash.pm | 7 ------- 1 file changed, 7 deletions(-) (limited to 'lib') 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, 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 -- cgit v1.2.3-54-g00ecf