summaryrefslogtreecommitdiff
path: root/systems/texlive/tlnet/tlpkg/tlperl/lib/MIME/QuotedPrint.pm
diff options
context:
space:
mode:
Diffstat (limited to 'systems/texlive/tlnet/tlpkg/tlperl/lib/MIME/QuotedPrint.pm')
-rw-r--r--systems/texlive/tlnet/tlpkg/tlperl/lib/MIME/QuotedPrint.pm8
1 files changed, 4 insertions, 4 deletions
diff --git a/systems/texlive/tlnet/tlpkg/tlperl/lib/MIME/QuotedPrint.pm b/systems/texlive/tlnet/tlpkg/tlperl/lib/MIME/QuotedPrint.pm
index d0c71d1043..fe792ad30e 100644
--- a/systems/texlive/tlnet/tlpkg/tlperl/lib/MIME/QuotedPrint.pm
+++ b/systems/texlive/tlnet/tlpkg/tlperl/lib/MIME/QuotedPrint.pm
@@ -1,13 +1,13 @@
package MIME::QuotedPrint;
use strict;
-use vars qw(@ISA @EXPORT $VERSION);
+use warnings;
require Exporter;
-@ISA = qw(Exporter);
-@EXPORT = qw(encode_qp decode_qp);
+our @ISA = qw(Exporter);
+our @EXPORT = qw(encode_qp decode_qp);
-$VERSION = "3.13";
+our $VERSION = '3.16';
use MIME::Base64; # will load XS version of {en,de}code_qp()