]> 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 00c86bae5c6b35d2076fd4c3eb04cc2dd2f2202b..4456efbaa6f11187b9903e7f6102cfac4cef569e 100644 (file)
@@ -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.