From: Rafael Garcia-Suarez Date: Tue, 8 Feb 2005 11:09:03 +0000 (+0000) Subject: Remove mention of sub-packages in the Symbol manpage. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=bec253151bb75227dc04006405395de6d40bec8c;p=p5sagit%2Fp5-mst-13.2.git Remove mention of sub-packages in the Symbol manpage. p4raw-id: //depot/perl@23950 --- diff --git a/lib/Symbol.pm b/lib/Symbol.pm index 5c0843e..7a880f7 100644 --- a/lib/Symbol.pm +++ b/lib/Symbol.pm @@ -69,13 +69,12 @@ explicitly. =head1 BUGS -C 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 may -stop working after you delete C, even if you reload the C module -afterwards. +C 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 may stop working after you delete C, even if +you reload the C module afterwards. =cut