summaryrefslogtreecommitdiff
path: root/lib/Symbol.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Symbol.pm')
-rw-r--r--lib/Symbol.pm13
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