diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-02-08 11:09:03 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-02-08 11:09:03 +0000 |
commit | bec253151bb75227dc04006405395de6d40bec8c (patch) | |
tree | 28dd214a1ffc66a804c8b9adae921111ed8ca89f /lib/Symbol.pm | |
parent | 0121e50edd9fa9c4824400c5f42426cf18c6e53b (diff) | |
download | perl-bec253151bb75227dc04006405395de6d40bec8c.tar.gz |
Remove mention of sub-packages in the Symbol manpage.
p4raw-id: //depot/perl@23950
Diffstat (limited to 'lib/Symbol.pm')
-rw-r--r-- | lib/Symbol.pm | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/lib/Symbol.pm b/lib/Symbol.pm index 5c0843e7d7..7a880f7aac 100644 --- a/lib/Symbol.pm +++ b/lib/Symbol.pm @@ -69,13 +69,12 @@ explicitly. =head1 BUGS -C<Symbol::delete_package> is a bit too powerful. It undefines every symbol -that lives in the specified package and in its sub-packages. Since perl, -for performance reasons, does not perform a symbol table lookup each time -a function is called or a global variable is accessed, some code that has -already been loaded and that makes use of symbols in package C<Foo> may -stop working after you delete C<Foo>, even if you reload the C<Foo> module -afterwards. +C<Symbol::delete_package> is a bit too powerful. It undefines every symbol that +lives in the specified package. Since perl, for performance reasons, does not +perform a symbol table lookup each time a function is called or a global +variable is accessed, some code that has already been loaded and that makes use +of symbols in package C<Foo> may stop working after you delete C<Foo>, even if +you reload the C<Foo> module afterwards. =cut |