From: Vincent Pit Date: Sat, 14 Feb 2009 13:26:00 +0000 (+0100) Subject: Magic variables can't be distinguished by tied() X-Git-Tag: v0.31~12 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FVariable-Magic.git;a=commitdiff_plain;h=0c0a4ff6287192aa0d25442c6a080ddd8aec5c83 Magic variables can't be distinguished by tied() --- diff --git a/lib/Variable/Magic.pm b/lib/Variable/Magic.pm index eca6f03..00c86ba 100644 --- a/lib/Variable/Magic.pm +++ b/lib/Variable/Magic.pm @@ -53,7 +53,7 @@ It doesn't replace the original semantics : magic callbacks trigger before the o =item * -It's mostly invisible at the Perl level : magical and non-magical variables cannot be distinguished with C, C or another trick. +It's mostly invisible at the Perl level : magical and non-magical variables cannot be distinguished with C, C or another trick. =item *