diff options
Diffstat (limited to 'ext/MIME/Base64/QuotedPrint.pm')
-rw-r--r-- | ext/MIME/Base64/QuotedPrint.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/MIME/Base64/QuotedPrint.pm b/ext/MIME/Base64/QuotedPrint.pm index 778cdab0df..08d3468a10 100644 --- a/ext/MIME/Base64/QuotedPrint.pm +++ b/ext/MIME/Base64/QuotedPrint.pm @@ -1,5 +1,5 @@ # -# $Id: QuotedPrint.pm,v 2.11 2003/01/05 08:01:33 gisle Exp $ +# $Id: QuotedPrint.pm,v 2.12 2003/05/13 16:21:25 gisle Exp $ package MIME::QuotedPrint; @@ -73,7 +73,7 @@ require Exporter; use Carp qw(croak); -$VERSION = "2.16"; +$VERSION = "2.19"; use MIME::Base64; # try to load XS version of encode_qp unless (defined &encode_qp) { |