summaryrefslogtreecommitdiff
path: root/systems/texlive/tlnet/tlpkg/tlperl/lib/Module/Load.pm
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2022-04-04 03:14:42 +0000
committerNorbert Preining <norbert@preining.info>2022-04-04 03:14:42 +0000
commit7548e4d37c2aaefd32fe0a9bcd83f8e71326dde1 (patch)
treed335b608e63e9b3c37d7ba0e567c63e77250e171 /systems/texlive/tlnet/tlpkg/tlperl/lib/Module/Load.pm
parent506de1e2d3515161cdbc7018b4ccc9e49d7f86e8 (diff)
CTAN sync 202204040314
Diffstat (limited to 'systems/texlive/tlnet/tlpkg/tlperl/lib/Module/Load.pm')
-rw-r--r--systems/texlive/tlnet/tlpkg/tlperl/lib/Module/Load.pm7
1 files changed, 4 insertions, 3 deletions
diff --git a/systems/texlive/tlnet/tlpkg/tlperl/lib/Module/Load.pm b/systems/texlive/tlnet/tlpkg/tlperl/lib/Module/Load.pm
index 0c403d41b7..28294eee56 100644
--- a/systems/texlive/tlnet/tlpkg/tlperl/lib/Module/Load.pm
+++ b/systems/texlive/tlnet/tlpkg/tlperl/lib/Module/Load.pm
@@ -1,11 +1,12 @@
package Module::Load;
-$VERSION = '0.34';
-
use strict;
use warnings;
use File::Spec ();
+our $VERSION = '0.36';
+
+
sub import {
my $who = _who();
my $h; shift;
@@ -358,7 +359,7 @@ Thanks to Jonas B. Nielsen for making explicit imports work.
=head1 BUG REPORTS
-Please report bugs or other issues to E<lt>bug-module-load@rt.cpan.org<gt>.
+Please report bugs or other issues to E<lt>bug-module-load@rt.cpan.orgE<gt>.
=head1 AUTHOR