diff options
Diffstat (limited to 'cpan/MIME-Base64/QuotedPrint.pm')
-rw-r--r-- | cpan/MIME-Base64/QuotedPrint.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/MIME-Base64/QuotedPrint.pm b/cpan/MIME-Base64/QuotedPrint.pm index 398d244774..d0c71d1043 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.12"; +$VERSION = "3.13"; use MIME::Base64; # will load XS version of {en,de}code_qp() |