           SPELL=devel-size
         VERSION=0.80
          SOURCE="Devel-Size-${VERSION}.tar.gz"
   SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/N/NW/NWCLARK/${SOURCE}
     SOURCE_HASH=sha512:ab146c631a56dace05158395ecaf56e785655a4dbe1893b6c52bc89768ed56b9f5df81b2c2acba4259add083f19349a7bff0b224c3a4e586469091501833bc02
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
