diff options
Diffstat (limited to 'systems/texlive/tlnet/tlpkg/tlperl/lib/Module/Load.pm')
-rw-r--r-- | systems/texlive/tlnet/tlpkg/tlperl/lib/Module/Load.pm | 7 |
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 |