From: Vincent Pit Date: Fri, 16 Apr 2010 21:03:05 +0000 (+0200) Subject: POD tags harmonization X-Git-Tag: v0.11~5 X-Git-Url: http://git.vpit.fr/?a=commitdiff_plain;h=506bc94bacec4c42ec2c885c5c69430ff8383684;p=perl%2Fmodules%2FScope-Upper.git POD tags harmonization --- diff --git a/lib/Scope/Upper.pm b/lib/Scope/Upper.pm index f49ba01..591dd00 100644 --- a/lib/Scope/Upper.pm +++ b/lib/Scope/Upper.pm @@ -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 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 call was compiled. +When the symbol is given by a string, it is resolved when the actual localization takes place and not when L 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 call was compiled. For example, {