# HOW TO EDIT THIS FILE: # The "handy ruler" below makes it easier to edit a package description. Line # up the first '|' above the ':' following the base package name, and the '|' on # the right side marks the last column you can put a character in. You must make # exactly 11 lines for the formatting to be correct. It's also customary to # leave one space after the ':'. |-----handy-ruler------------------------------------------------------| mime-base64: MIME::Base64 - Encoding and decoding of base64 strings mime-base64: mime-base64: This module provides functions to encode and decode strings into and mime-base64: from the base64 encoding specified in RFC 2045 - MIME (Multipurpose mime-base64: Internet Mail Extensions). The base64 encoding is designed to mime-base64: represent arbitrary sequences of octets in a form that need not be mime-base64: humanly readable. A 65-character subset ([A-Za-z0-9+/=]) of US-ASCII mime-base64: is used, enabling 6 bits to be represented per printable character. mime-base64: mime-base64: mime-base64: