Associate user-defined magic to variables from Perl
Description
Magic is Perl way of enhancing objects.The Magic mechanism allows users to add additional data to
any variable and hook syntactical operations (such as access,assignation or destruction) that can
be applied to it.This module can add its own Magic to any variable without the pain of the C API.