MANIFEST   [plain text]


Base64.pm	Bootstrap implementation of MIME::Base64
Base64.xs	Encoder and decoder written in C
Changes		What's new
MANIFEST	This file
Makefile.PL	Writes the Makefile
QuotedPrint.pm  Bootstrap implementation of MIME::QuotedPrint
README		Please do!
encode-qp	Encode files as Quoted-Printable
decode-qp	Decode Quoted-Printable files
encode-base64	Encode files as Base64
decode-base64	Decode Quoted-Printable files
t/bad-sv.t
t/base64.t	Test that it works
t/quoted-print.t
t/unicode.t
t/warn.t