]> git.vpit.fr Git - perl/modules/Variable-Magic.git/blobdiff - lib/Variable/Magic.pm
Reference count vmg_op_name_len
[perl/modules/Variable-Magic.git] / lib / Variable / Magic.pm
index eca6f03446ca6599c4e1291d9e4a30e023ffca19..4456efbaa6f11187b9903e7f6102cfac4cef569e 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 *
 
@@ -479,8 +479,6 @@ our %EXPORT_TAGS    = (
 our @EXPORT_OK      = map { @$_ } values %EXPORT_TAGS;
 $EXPORT_TAGS{'all'} = [ @EXPORT_OK ];
 
-END { _cleanup() }
-
 =head1 CAVEATS
 
 If you store a magic object in the private data slot, the magic won't be accessible by L</getdata> since it's not copied by assignation.