           SPELL=devel-size
         VERSION=0.77
          SOURCE="Devel-Size-${VERSION}.tar.gz"
   SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/N/NW/NWCLARK/${SOURCE}
     SOURCE_HASH=sha512:592b8bb00139c83d306a02db9e2fd2176c08ac3e3f13e695b73136d32528ca770c111ffc2e7a93e3f7aff1c1c269012e56ce296d497a73326973c861fd9e77ad
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/Devel-Size-${VERSION}"
        WEB_SITE="http://search.cpan.org/~DSUGAL/Devel-Size/"
      LICENSE[0]=ART
         ENTERED=20120719
           SHORT="Report amount of memory a variable uses"
cat << EOF
This module figures out the real size of Perl variables in bytes, as accurately
as possible.

Call functions with a reference to the variable you want the size of. If
the variable is a plain scalar it returns the size of this scalar. If the
variable is a hash or an array, use a reference when calling.
EOF
