diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2004-01-03 19:53:53 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2004-01-03 19:53:53 +0000 |
commit | 03c66f4a2f49e8e24be1c3e4545382440119e976 (patch) | |
tree | acaced8f77506c82d2d4f06f0674a61ea5da3583 /lib/PerlIO | |
parent | 0225372c57036b54771b8abce5d6355b7e7ed288 (diff) | |
download | perl-03c66f4a2f49e8e24be1c3e4545382440119e976.tar.gz |
Upgrade to PerlIO::via::QuotedPrint 0.06
p4raw-id: //depot/perl@22052
Diffstat (limited to 'lib/PerlIO')
-rw-r--r-- | lib/PerlIO/via/QuotedPrint.pm | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/PerlIO/via/QuotedPrint.pm b/lib/PerlIO/via/QuotedPrint.pm index 8b182bdbb0..2434191f09 100644 --- a/lib/PerlIO/via/QuotedPrint.pm +++ b/lib/PerlIO/via/QuotedPrint.pm @@ -3,7 +3,7 @@ package PerlIO::via::QuotedPrint; # 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 @@ -71,6 +71,10 @@ This module implements a PerlIO layer that works on files encoded in the 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>, |