]> git.vpit.fr Git - perl/modules/Scope-Upper.git/commitdiff
POD tags harmonization
authorVincent Pit <vince@profvince.com>
Fri, 16 Apr 2010 21:03:05 +0000 (23:03 +0200)
committerVincent Pit <vince@profvince.com>
Fri, 16 Apr 2010 21:03:05 +0000 (23:03 +0200)
lib/Scope/Upper.pm

index f49ba017e90c9635d59a95f7d1d7d1e009c45a39..591dd003453370de0420415c6bd2da22d0d871d8 100644 (file)
@@ -173,8 +173,8 @@ For example,
 will set C<$x> to a reference to the string C<'foo'>.
 Other sigils (C<'@'>, C<'%'>, C<'&'> and C<'*'>) require C<$value> to be a reference of the corresponding type.
 
-When the symbol is given by a string, it is resolved when the actual localization takes place and not when C<localize> is called.
-Thus, if the symbol name is not qualified, it will refer to the variable in the package where the localization actually takes place and not in the one where the C<localize> call was compiled.
+When the symbol is given by a string, it is resolved when the actual localization takes place and not when L</localize> is called.
+Thus, if the symbol name is not qualified, it will refer to the variable in the package where the localization actually takes place and not in the one where the L</localize> call was compiled.
 For example,
 
     {