summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/vars.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlperl/lib/vars.pm')
-rw-r--r--Master/tlpkg/tlperl/lib/vars.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/tlperl/lib/vars.pm b/Master/tlpkg/tlperl/lib/vars.pm
index a0151b84030..8ec107c1df3 100644
--- a/Master/tlpkg/tlperl/lib/vars.pm
+++ b/Master/tlpkg/tlperl/lib/vars.pm
@@ -2,14 +2,14 @@ package vars;
use 5.006;
-our $VERSION = '1.01';
+our $VERSION = '1.02';
use warnings::register;
use strict qw(vars subs);
sub import {
my $callpack = caller;
- my ($pack, @imports) = @_;
+ my (undef, @imports) = @_;
my ($sym, $ch);
foreach (@imports) {
if (($ch, $sym) = /^([\$\@\%\*\&])(.+)/) {