summaryrefslogtreecommitdiff
path: root/ext/MIME/Base64/QuotedPrint.pm
diff options
context:
space:
mode:
authorGisle Aas <gisle@aas.no>2003-05-13 02:59:50 -0700
committerJarkko Hietaniemi <jhi@iki.fi>2003-05-13 18:39:40 +0000
commit2c634edc13b5b5cb4d6fa1bb56a8859a91a81976 (patch)
tree350fdbf330b10b3a25934377df20088c9fb20958 /ext/MIME/Base64/QuotedPrint.pm
parent2f7da1686732e2a80aedec17c9767de6eadacd14 (diff)
downloadperl-2c634edc13b5b5cb4d6fa1bb56a8859a91a81976.tar.gz
Sync up MIME-Base64 to latest on CPAN
Message-ID: <lru1byzss9.fsf@caliper.activestate.com> p4raw-id: //depot/perl@19517
Diffstat (limited to 'ext/MIME/Base64/QuotedPrint.pm')
-rw-r--r--ext/MIME/Base64/QuotedPrint.pm4
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) {