           SPELL=perl-variable-magic
         VERSION=0.62
          SOURCE="Variable-Magic-$VERSION.tar.gz"
   SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/V/VP/VPIT/$SOURCE
     SOURCE_HASH=sha512:fdaad8ab1a16a4723e30a155086f7f9ecad60b021b0ca5d449a0bc001b858a53e2857cfdc3fc4e3dcc28e2f59a14f3531afd93e3f71fda3b8fcaa8bc50d0c380
SOURCE_DIRECTORY="$BUILD_DIRECTORY/Variable-Magic-$VERSION"
        WEB_SITE="http://search.cpan.org/~vpit/Variable-Magic/"
      LICENSE[0]="ART"
         ENTERED=20180105
        KEYWORDS=""
           SHORT="Variable::Magic - Associate user-defined magic to variables from Perl."
cat << EOF
Magic is Perl's way of enhancing variables. This mechanism lets the user add
extra data to any variable and hook syntactical operations (such as access,
assignment or destruction) that can be applied to it. With this module, you can
add your own magic to any variable without having to write a single line of XS.
EOF
