           SPELL=io-string
         VERSION=1.08
          SOURCE=IO-String-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/IO-String-$VERSION
   SOURCE_URL[0]=http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/$SOURCE
     SOURCE_HASH=sha512:0aae1711a2bad2a239d90ca7ceb685938e509dbefb05d6c6717796a04ce1956006f67a7a203eaa9d9718b77b5cea9b7d493091b88d9542068f0829aae3a37376
         LICENSE=ART
        WEB_SITE="http://search.cpan.org/search?dist=IO-String"
         ENTERED=20060209
           SHORT="I/O on in-core objects like strings and arrays"
cat << EOF
The IO::String module provides the IO::File interface for in-core strings. An 
IO::String object can be attached to a string, and makes it possible to use the 
normal file operations for reading or writing data, as well as for seeking to 
various locations of the string. This is useful when you want to use a library 
module that only provides an interface to file handles on data that you have in 
a string variable.
EOF
