	BUILD_API=2
           SPELL=tie-ixhash
         VERSION=1.21
          SOURCE=Tie-IxHash-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/Tie-IxHash-$VERSION
   SOURCE_URL[0]=http://www.cpan.org/authors/id/G/GS/GSAR/$SOURCE
     SOURCE_HASH=sha512:37fd3e07e6cd7e1fc7f6cd38bd09c89fc2c68aea079c2d8052d12bf20b9b964bc8d94333282f04bd72e3729eb48600e270bc064acc7be63d94b66aa35de81a1a
         LICENSE=ART
        WEB_SITE="http://search.cpan.org/search?module=Tie::IxHash"
         ENTERED=20020312
         UPDATED=20020313
  KEYWORDS="perl"
           SHORT="Indexed hash (ordered array/hash composite)"
cat << EOF
This Perl module implements Perl hashes that preserve the
order in which the hash elements were added.  The order is
not affected when values corresponding to existing keys in
the IxHash are changed.  The elements can also be set to
any arbitrary supplied order.  The familiar perl array
operations can also be performed on the IxHash.
EOF
