           SPELL=storable
         VERSION=2.21
          SOURCE=Storable-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/Storable-$VERSION
   SOURCE_URL[0]=http://www.cpan.org/authors/id/A/AM/AMS/$SOURCE
      SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
         LICENSE=ART
        WEB_SITE="http://search.cpan.org/search?dist=storable"
         ENTERED=20020404
  KEYWORDS="perl"
           SHORT="persistency for perl data structures"
cat << EOF

The storable extension brings persistency to your data.

You may recursively store to disk any data structure, no
matter how complex and circular it is, provided it contains
only SCALAR, ARRAY, HASH (possibly tied) and references
(possibly blessed) to those items.

EOF
