           SPELL=mime-base64
         VERSION=3.05
          SOURCE=MIME-Base64-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/MIME-Base64-$VERSION
   SOURCE_URL[0]=http://www.cpan.org/authors/id/G/GA/GAAS/$SOURCE
          MD5[0]=c0d0465488fd1308e69357818434c016
      LICENSE[0]=ART
        WEB_SITE="http://search.cpan.org/~gaas/MIME-Base64-$VERSION/"
	BUILD_API=2
         ENTERED=20020312
         UPDATED=20050401
           SHORT="Encode/decode Base 64 (RFC 2045)"
cat << EOF
This module provides functions to encode and decode
strings into the Base64 encoding specified in RFC 2045 -
MIME (Multipurpose Internet Mail Extensions). The Base64
encoding is designed to represent arbitrary sequences of
octets in a form that need not be humanly readable. A
65-character subset ([A-Za-z0-9+/=]) of US-ASCII is used,
enabling 6 bits to be represented per printable character.
EOF
