           SPELL=mime-base64
         VERSION=3.16
     SOURCE_HASH=sha512:717aab853377019c8811656e37e3754b6bfeb81f976eb159b04ad41c7beff67fe8dbbbfe827aefd28090c248d237dd1040789e7701649ffad90b64cafd202cf3
          SOURCE=MIME-Base64-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/MIME-Base64-$VERSION
   SOURCE_URL[0]=https://cpan.metacpan.org/authors/id/C/CA/CAPOEIRAB/$SOURCE
      LICENSE[0]=ART
	WEB_SITE=https://metacpan.org/pod/MIME::Base64
         ENTERED=20020312
        KEYWORDS="perl"
           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
