p4raw-id: //depot/perl@22052
# Set the version info
# Make sure we do things by the book from now on
-$VERSION = '0.05';
+$VERSION = '0.06';
use strict;
# Make sure the encoding/decoding stuff is available
quoted-printable format. It will decode from quoted-printable while reading
from a handle, and it will encode as quoted-printable while writing to a handle.
+=head1 REQUIRED MODULES
+
+ MIME::QuotedPrint (any)
+
=head1 SEE ALSO
L<PerlIO::via>, L<MIME::QuotedPrint>, L<PerlIO::via::Base64>,