Remove mention of sub-packages in the Symbol manpage.
Rafael Garcia-Suarez [Tue, 8 Feb 2005 11:09:03 +0000 (11:09 +0000)]
p4raw-id: //depot/perl@23950

lib/Symbol.pm

index 5c0843e..7a880f7 100644 (file)
@@ -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