summaryrefslogtreecommitdiff
path: root/cpan/MIME-Base64/QuotedPrint.pm
diff options
context:
space:
mode:
Diffstat (limited to 'cpan/MIME-Base64/QuotedPrint.pm')
-rw-r--r--cpan/MIME-Base64/QuotedPrint.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/MIME-Base64/QuotedPrint.pm b/cpan/MIME-Base64/QuotedPrint.pm
index ca3a042edb..7b03e69e12 100644
--- a/cpan/MIME-Base64/QuotedPrint.pm
+++ b/cpan/MIME-Base64/QuotedPrint.pm
@@ -7,7 +7,7 @@ require Exporter;
@ISA = qw(Exporter);
@EXPORT = qw(encode_qp decode_qp);
-$VERSION = "3.09";
+$VERSION = "3.10";
use MIME::Base64; # will load XS version of {en,de}code_qp()