X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FSymbol.pm;h=3bb5d9240c15c4319ab7dfdce7ef3b7526fe05ed;hb=e82b93481bc82235f35444c372503cc96abe405b;hp=5c0843e7d7ba043aff293c98a1765c90d9a66c4e;hpb=836281693e84c3ca2dd4121737235a4934f2aa46;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/Symbol.pm b/lib/Symbol.pm index 5c0843e..3bb5d92 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 @@ -86,7 +85,7 @@ require Exporter; @EXPORT = qw(gensym ungensym qualify qualify_to_ref); @EXPORT_OK = qw(delete_package geniosym); -$VERSION = '1.05'; +$VERSION = '1.06'; my $genpkg = "Symbol::"; my $genseq = 0;