From: Rafael Garcia-Suarez Date: Sat, 3 Jan 2004 19:53:53 +0000 (+0000) Subject: Upgrade to PerlIO::via::QuotedPrint 0.06 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=03c66f4a2f49e8e24be1c3e4545382440119e976;p=p5sagit%2Fp5-mst-13.2.git Upgrade to PerlIO::via::QuotedPrint 0.06 p4raw-id: //depot/perl@22052 --- diff --git a/lib/PerlIO/via/QuotedPrint.pm b/lib/PerlIO/via/QuotedPrint.pm index 8b182bd..2434191 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, L, L,