]> git.vpit.fr Git - perl/modules/Variable-Magic.git/commitdiff
Magic variables can't be distinguished by tied()
authorVincent Pit <vince@profvince.com>
Sat, 14 Feb 2009 13:26:00 +0000 (14:26 +0100)
committerVincent Pit <vince@profvince.com>
Sat, 14 Feb 2009 13:26:00 +0000 (14:26 +0100)
lib/Variable/Magic.pm

index eca6f03446ca6599c4e1291d9e4a30e023ffca19..00c86bae5c6b35d2076fd4c3eb04cc2dd2f2202b 100644 (file)
@@ -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<ref>, C<reftype> or another trick.
+It's mostly invisible at the Perl level : magical and non-magical variables cannot be distinguished with C<ref>, C<tied> or another trick.
 
 =item *