summaryrefslogtreecommitdiff
path: root/systems/texlive/tlnet/tlpkg/tlperl/lib/autodie
diff options
context:
space:
mode:
Diffstat (limited to 'systems/texlive/tlnet/tlpkg/tlperl/lib/autodie')
-rw-r--r--systems/texlive/tlnet/tlpkg/tlperl/lib/autodie/Scope/Guard.pm2
-rw-r--r--systems/texlive/tlnet/tlpkg/tlperl/lib/autodie/Scope/GuardStack.pm2
-rw-r--r--systems/texlive/tlnet/tlpkg/tlperl/lib/autodie/Util.pm6
-rw-r--r--systems/texlive/tlnet/tlpkg/tlperl/lib/autodie/exception.pm2
-rw-r--r--systems/texlive/tlnet/tlpkg/tlperl/lib/autodie/exception/system.pm2
-rw-r--r--systems/texlive/tlnet/tlpkg/tlperl/lib/autodie/hints.pm2
-rw-r--r--systems/texlive/tlnet/tlpkg/tlperl/lib/autodie/skip.pm2
7 files changed, 9 insertions, 9 deletions
diff --git a/systems/texlive/tlnet/tlpkg/tlperl/lib/autodie/Scope/Guard.pm b/systems/texlive/tlnet/tlpkg/tlperl/lib/autodie/Scope/Guard.pm
index 2be221d410..1ee8a46681 100644
--- a/systems/texlive/tlnet/tlpkg/tlperl/lib/autodie/Scope/Guard.pm
+++ b/systems/texlive/tlnet/tlpkg/tlperl/lib/autodie/Scope/Guard.pm
@@ -4,7 +4,7 @@ use strict;
use warnings;
# ABSTRACT: Wrapper class for calling subs at end of scope
-our $VERSION = '2.34'; # VERSION
+our $VERSION = '2.36'; # VERSION
# This code schedules the cleanup of subroutines at the end of
# scope. It's directly inspired by chocolateboy's excellent
diff --git a/systems/texlive/tlnet/tlpkg/tlperl/lib/autodie/Scope/GuardStack.pm b/systems/texlive/tlnet/tlpkg/tlperl/lib/autodie/Scope/GuardStack.pm
index 8cb1be1fa2..8365b161f4 100644
--- a/systems/texlive/tlnet/tlpkg/tlperl/lib/autodie/Scope/GuardStack.pm
+++ b/systems/texlive/tlnet/tlpkg/tlperl/lib/autodie/Scope/GuardStack.pm
@@ -6,7 +6,7 @@ use warnings;
use autodie::Scope::Guard;
# ABSTRACT: Hook stack for managing scopes via %^H
-our $VERSION = '2.34'; # VERSION
+our $VERSION = '2.36'; # VERSION
my $H_KEY_STEM = __PACKAGE__ . '/guard';
my $COUNTER = 0;
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
diff --git a/systems/texlive/tlnet/tlpkg/tlperl/lib/autodie/exception.pm b/systems/texlive/tlnet/tlpkg/tlperl/lib/autodie/exception.pm
index f4035d28c7..36439d2b81 100644
--- a/systems/texlive/tlnet/tlpkg/tlperl/lib/autodie/exception.pm
+++ b/systems/texlive/tlnet/tlpkg/tlperl/lib/autodie/exception.pm
@@ -6,7 +6,7 @@ use Carp qw(croak);
use Scalar::Util qw(blessed);
-our $VERSION = '2.34'; # VERSION: Generated by DZP::OurPkg:Version
+our $VERSION = '2.36'; # VERSION: Generated by DZP::OurPkg:Version
# ABSTRACT: Exceptions from autodying functions.
our $DEBUG = 0;
diff --git a/systems/texlive/tlnet/tlpkg/tlperl/lib/autodie/exception/system.pm b/systems/texlive/tlnet/tlpkg/tlperl/lib/autodie/exception/system.pm
index afe1617c84..0a1ada68df 100644
--- a/systems/texlive/tlnet/tlpkg/tlperl/lib/autodie/exception/system.pm
+++ b/systems/texlive/tlnet/tlpkg/tlperl/lib/autodie/exception/system.pm
@@ -5,7 +5,7 @@ use warnings;
use parent 'autodie::exception';
use Carp qw(croak);
-our $VERSION = '2.34'; # VERSION: Generated by DZP::OurPkg:Version
+our $VERSION = '2.36'; # VERSION: Generated by DZP::OurPkg:Version
# ABSTRACT: Exceptions from autodying system().
diff --git a/systems/texlive/tlnet/tlpkg/tlperl/lib/autodie/hints.pm b/systems/texlive/tlnet/tlpkg/tlperl/lib/autodie/hints.pm
index 3778cc75dd..42e6e9b4da 100644
--- a/systems/texlive/tlnet/tlpkg/tlperl/lib/autodie/hints.pm
+++ b/systems/texlive/tlnet/tlpkg/tlperl/lib/autodie/hints.pm
@@ -5,7 +5,7 @@ use warnings;
use constant PERL58 => ( $] < 5.009 );
-our $VERSION = '2.34'; # VERSION: Generated by DZP::OurPkg:Version
+our $VERSION = '2.36'; # VERSION: Generated by DZP::OurPkg:Version
# ABSTRACT: Provide hints about user subroutines to autodie
diff --git a/systems/texlive/tlnet/tlpkg/tlperl/lib/autodie/skip.pm b/systems/texlive/tlnet/tlpkg/tlperl/lib/autodie/skip.pm
index 32aba04fa5..4df6891497 100644
--- a/systems/texlive/tlnet/tlpkg/tlperl/lib/autodie/skip.pm
+++ b/systems/texlive/tlnet/tlpkg/tlperl/lib/autodie/skip.pm
@@ -2,7 +2,7 @@ package autodie::skip;
use strict;
use warnings;
-our $VERSION = '2.34'; # VERSION
+our $VERSION = '2.36'; # VERSION
# This package exists purely so people can inherit from it,
# which isn't at all how roles are supposed to work, but it's