Upgrade to PerlIO::via::QuotedPrint 0.06
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Sat, 3 Jan 2004 19:53:53 +0000 (19:53 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Sat, 3 Jan 2004 19:53:53 +0000 (19:53 +0000)
p4raw-id: //depot/perl@22052

lib/PerlIO/via/QuotedPrint.pm

index 8b182bd..2434191 100644 (file)
@@ -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>,