summaryrefslogtreecommitdiff
path: root/systems/texlive/tlnet/tlpkg/tlperl/lib/autodie/Util.pm
diff options
context:
space:
mode:
Diffstat (limited to 'systems/texlive/tlnet/tlpkg/tlperl/lib/autodie/Util.pm')
-rw-r--r--systems/texlive/tlnet/tlpkg/tlperl/lib/autodie/Util.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/systems/texlive/tlnet/tlpkg/tlperl/lib/autodie/Util.pm b/systems/texlive/tlnet/tlpkg/tlperl/lib/autodie/Util.pm
index 95de13eb22..9988b59ae1 100644
--- a/systems/texlive/tlnet/tlpkg/tlperl/lib/autodie/Util.pm
+++ b/systems/texlive/tlnet/tlpkg/tlperl/lib/autodie/Util.pm
@@ -14,7 +14,7 @@ our @EXPORT_OK = qw(
on_end_of_compile_scope
);
-our $VERSION = '2.34'; # VERSION: Generated by DZP::OurPkg:Version
+our $VERSION = '2.36'; # VERSION: Generated by DZP::OurPkg:Version
# ABSTRACT: Internal Utility subroutines for autodie and Fatal
@@ -179,7 +179,7 @@ autodie::Util - Internal Utility subroutines for autodie and Fatal
=head1 DESCRIPTION
-Interal Utilities for autodie and Fatal! This module is not a part of
+Internal Utilities for autodie and Fatal! This module is not a part of
autodie's public API.
This module contains utility subroutines for abstracting away the
@@ -237,7 +237,7 @@ this subroutine.
Given a package name and a hashref mapping names to a subroutine
reference (or C<undef>), this subroutine will install said subroutines
on their given name in that module. If a name mapes to C<undef>, any
-subroutine with that name in the target module will be remove
+subroutine with that name in the target module will be removed
(possibly "unshadowing" a CORE sub of same name).
=head1 AUTHOR